Searched refs:noff (Results 1 – 4 of 4) sorted by relevance
/net/sched/ |
D | act_nat.c | 117 int noff; in tcf_nat_act() local 135 noff = skb_network_offset(skb); in tcf_nat_act() 136 if (!pskb_may_pull(skb, sizeof(*iph) + noff)) in tcf_nat_act() 147 if (skb_try_make_writable(skb, sizeof(*iph) + noff)) in tcf_nat_act() 174 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) || in tcf_nat_act() 175 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff)) in tcf_nat_act() 187 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) || in tcf_nat_act() 188 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff)) in tcf_nat_act() 204 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff)) in tcf_nat_act() 215 noff)) in tcf_nat_act() [all …]
|
/net/ipv4/netfilter/ |
D | nft_fib_ipv4.c | 31 int noff = skb_network_offset(pkt->skb); in nft_fib4_eval_type() local 42 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval_type() 61 int noff = skb_network_offset(pkt->skb); in nft_fib4_eval() local 92 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib4_eval()
|
/net/ipv6/netfilter/ |
D | nft_fib_ipv6.c | 124 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval_type() local 128 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval_type() 142 int noff = skb_network_offset(pkt->skb); in nft_fib6_eval() local 158 iph = skb_header_pointer(pkt->skb, noff, sizeof(_iph), &_iph); in nft_fib6_eval()
|
/net/netfilter/ |
D | nft_meta.c | 179 int noff = skb_network_offset(skb); in nft_meta_get_eval() local 182 iph = skb_header_pointer(skb, noff, in nft_meta_get_eval()
|