/linux-4.4.14/samples/bpf/ |
D | sockex3_kern.c | 74 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() 141 __u32 nhoff = skb->cb[0]; in parse_ip_proto() local 192 __u32 nhoff, verlen, ip_proto; in PROG() local 220 __u32 nhoff, ip_proto; in PROG() local 242 __u32 nhoff, proto; in PROG() local 258 __u32 nhoff, label; in PROG() local 282 __u32 nhoff = ETH_HLEN; in main_prog() local
|
D | sockex2_kern.c | 45 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() 61 static inline __u64 parse_ip(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ip() 85 static inline __u64 parse_ipv6(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ipv6() 101 __u64 nhoff = ETH_HLEN; in flow_dissector() local
|
/linux-4.4.14/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() 57 static int generic_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in generic_get_l4proto()
|
D | xt_HMARK.c | 133 hmark_set_tuple_ports(const struct sk_buff *skb, unsigned int nhoff, in hmark_set_tuple_ports() 171 unsigned int nhoff = 0; in hmark_pkt_set_htuple_ipv6() local 232 static int get_inner_hdr(const struct sk_buff *skb, int iphsz, int *nhoff) in get_inner_hdr() 259 int nhoff = skb_network_offset(skb); in hmark_pkt_set_htuple_ipv4() local
|
D | nf_conntrack_core.c | 167 unsigned int nhoff, in nf_ct_get_tuple() 189 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_offload.c | 69 int nhoff; in ipv6_gso_segment() local 261 static int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete() 286 static int sit_gro_complete(struct sk_buff *skb, int nhoff) in sit_gro_complete()
|
D | udp_offload.c | 157 static int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete()
|
D | ip6_input.c | 206 unsigned int nhoff; in ip6_input_finish() local
|
D | reassembly.c | 210 struct frag_hdr *fhdr, int nhoff) in ip6_frag_queue() 385 unsigned int nhoff; in ip6_frag_reasm() local
|
D | ila.c | 49 size_t nhoff = sizeof(struct ipv6hdr); in update_ipv6_locator() local
|
D | xfrm6_policy.c | 127 u16 nhoff = IP6CB(skb)->nhoff; in _decode_session6() local
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 37 static bool ipv6_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv6_pkt_to_tuple() 70 static int ipv6_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv6_get_l4proto()
|
D | nf_conntrack_reasm.c | 220 const struct frag_hdr *fhdr, int nhoff) in nf_ct_frag6_queue() 574 int fhoff, nhoff; in nf_ct_frag6_gather() local
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4.c | 34 static bool ipv4_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv4_pkt_to_tuple() 66 static int ipv4_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv4_get_l4proto()
|
D | nf_log_arp.c | 47 const struct sk_buff *skb, unsigned int nhoff) in dump_arp_packet()
|
/linux-4.4.14/net/ipv4/ |
D | udp_offload.c | 379 int udp_gro_complete(struct sk_buff *skb, int nhoff) in udp_gro_complete() 415 static int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete()
|
D | gre_offload.c | 227 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete()
|
D | af_inet.c | 1206 int nhoff; in inet_gso_segment() local 1397 static int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete()
|
D | fou.c | 203 static int fou_gro_complete(struct sk_buff *skb, int nhoff, in fou_gro_complete() 365 static int gue_gro_complete(struct sk_buff *skb, int nhoff, in gue_gro_complete()
|
/linux-4.4.14/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()
|
/linux-4.4.14/net/ethernet/ |
D | eth.c | 450 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete()
|
/linux-4.4.14/net/8021q/ |
D | vlan.c | 672 static int vlan_gro_complete(struct sk_buff *skb, int nhoff) in vlan_gro_complete()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | rx.c | 848 int nhoff; in efx_filter_rfs() local
|
/linux-4.4.14/net/core/ |
D | flow_dissector.c | 124 void *data, __be16 proto, int nhoff, int hlen, in __skb_flow_dissect()
|
/linux-4.4.14/include/linux/ |
D | ipv6.h | 104 __u16 nhoff; member
|
D | skbuff.h | 1026 int nhoff, int hlen, in skb_flow_dissect_flow_keys_buf()
|
/linux-4.4.14/drivers/net/ |
D | geneve.c | 453 static int geneve_gro_complete(struct sk_buff *skb, int nhoff, in geneve_gro_complete()
|
D | vxlan.c | 605 static int vxlan_gro_complete(struct sk_buff *skb, int nhoff, in vxlan_gro_complete()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 311 int nhoff = skb_network_offset(skb); in mlx4_en_filter_rfs() local
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_tables.h | 22 u8 nhoff; member
|