Searched refs:noff (Results 1 – 2 of 2) sorted by relevance
103 int noff; in tcf_nat() local121 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 …]
165 int noff = skb_network_offset(skb); in nft_meta_get_eval() local168 iph = skb_header_pointer(skb, noff, in nft_meta_get_eval()