Searched refs:nhoff (Results 1 – 10 of 10) sorted by relevance
/include/net/netfilter/ |
D | nf_conntrack_l3proto.h | 30 bool (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int nhoff, 49 int (*get_l4proto)(const struct sk_buff *skb, unsigned int nhoff,
|
D | nf_conntrack_core.h | 42 bool nf_ct_get_tuple(const struct sk_buff *skb, unsigned int nhoff,
|
D | nf_conntrack.h | 189 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff,
|
D | nf_tables.h | 22 u8 nhoff; member
|
/include/net/ |
D | udp_tunnel.h | 109 static inline void udp_tunnel_gro_complete(struct sk_buff *skb, int nhoff) in udp_tunnel_gro_complete() argument 113 uh = (struct udphdr *)(skb->data + nhoff - sizeof(struct udphdr)); in udp_tunnel_gro_complete()
|
D | udp.h | 163 int udp_gro_complete(struct sk_buff *skb, int nhoff);
|
/include/linux/ |
D | etherdevice.h | 56 int eth_gro_complete(struct sk_buff *skb, int nhoff);
|
D | ipv6.h | 107 __u16 nhoff; member
|
D | skbuff.h | 1010 void *data, __be16 proto, int nhoff, int hlen, 1032 int nhoff, int hlen, in skb_flow_dissect_flow_keys_buf() argument 1037 data, proto, nhoff, hlen, flags); in skb_flow_dissect_flow_keys_buf()
|
D | netdevice.h | 2068 int (*gro_complete)(struct sk_buff *skb, int nhoff); 2085 int nhoff,
|