Searched defs:nhoff (Results 1 – 7 of 7) sorted by relevance
/net/netfilter/ |
D | nf_conntrack_l3proto_generic.c | 34 static bool generic_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in generic_pkt_to_tuple() 58 static int generic_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in generic_get_l4proto()
|
D | nf_conntrack_core.c | 94 unsigned int nhoff, in nf_ct_get_tuple() 115 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr()
|
/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4.c | 35 static bool ipv4_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv4_pkt_to_tuple() 67 static int ipv4_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv4_get_l4proto()
|
/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 30 static bool ipv6_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv6_pkt_to_tuple() 115 static int ipv6_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv6_get_l4proto()
|
D | nf_conntrack_reasm.c | 200 const struct frag_hdr *fhdr, int nhoff) in nf_ct_frag6_queue() 571 int fhoff, nhoff; in nf_ct_frag6_gather() local
|
/net/ipv6/ |
D | ip6_input.c | 162 unsigned int nhoff; in ip6_input_finish() local
|
D | reassembly.c | 265 struct frag_hdr *fhdr, int nhoff) in ip6_frag_queue() 458 unsigned int nhoff; in ip6_frag_reasm() local
|