Home
last modified time | relevance | path

Searched refs:ntkoff (Results 1 – 1 of 1) sorted by relevance

/linux/net/sched/
A Dact_csum.c137 int ntkoff = skb_network_offset(skb); in tcf_csum_skb_nextlayer() local
140 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer()
141 skb_try_make_writable(skb, hl + ntkoff)) in tcf_csum_skb_nextlayer()
388 int ntkoff; in tcf_csum_ipv4() local
390 ntkoff = skb_network_offset(skb); in tcf_csum_ipv4()
392 if (!pskb_may_pull(skb, sizeof(*iph) + ntkoff)) in tcf_csum_ipv4()
490 int ntkoff; in tcf_csum_ipv6() local
493 ntkoff = skb_network_offset(skb); in tcf_csum_ipv6()
497 if (!pskb_may_pull(skb, hl + ntkoff)) in tcf_csum_ipv6()
516 if (!pskb_may_pull(skb, hl + ixhl + ntkoff)) in tcf_csum_ipv6()
[all …]

Completed in 4 milliseconds