Home
last modified time | relevance | path

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

/net/sched/
Dact_nat.c103 int noff; in tcf_nat() local
121 noff = skb_network_offset(skb); in tcf_nat()
122 if (!pskb_may_pull(skb, sizeof(*iph) + noff)) in tcf_nat()
133 if (skb_try_make_writable(skb, sizeof(*iph) + noff)) in tcf_nat()
160 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) || in tcf_nat()
161 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff)) in tcf_nat()
173 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) || in tcf_nat()
174 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff)) in tcf_nat()
190 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff)) in tcf_nat()
201 noff)) in tcf_nat()
[all …]
/net/netfilter/
Dnft_meta.c165 int noff = skb_network_offset(skb); in nft_meta_get_eval() local
168 iph = skb_header_pointer(skb, noff, in nft_meta_get_eval()