Home
last modified time | relevance | path

Searched defs:nhoff (Results 1 – 30 of 30) sorted by relevance

/linux-4.4.14/samples/bpf/
Dsockex3_kern.c74 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
Dsockex2_kern.c45 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/
Dnf_conntrack_l3proto_generic.c34 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()
Dxt_HMARK.c133 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
Dnf_conntrack_core.c167 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/
Dip6_offload.c69 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()
Dudp_offload.c157 static int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete()
Dip6_input.c206 unsigned int nhoff; in ip6_input_finish() local
Dreassembly.c210 struct frag_hdr *fhdr, int nhoff) in ip6_frag_queue()
385 unsigned int nhoff; in ip6_frag_reasm() local
Dila.c49 size_t nhoff = sizeof(struct ipv6hdr); in update_ipv6_locator() local
Dxfrm6_policy.c127 u16 nhoff = IP6CB(skb)->nhoff; in _decode_session6() local
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_l3proto_ipv6.c37 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()
Dnf_conntrack_reasm.c220 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/
Dnf_conntrack_l3proto_ipv4.c34 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()
Dnf_log_arp.c47 const struct sk_buff *skb, unsigned int nhoff) in dump_arp_packet()
/linux-4.4.14/net/ipv4/
Dudp_offload.c379 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()
Dgre_offload.c227 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete()
Daf_inet.c1206 int nhoff; in inet_gso_segment() local
1397 static int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete()
Dfou.c203 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/
Dudp_tunnel.h109 static inline void udp_tunnel_gro_complete(struct sk_buff *skb, int nhoff) in udp_tunnel_gro_complete()
/linux-4.4.14/net/ethernet/
Deth.c450 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete()
/linux-4.4.14/net/8021q/
Dvlan.c672 static int vlan_gro_complete(struct sk_buff *skb, int nhoff) in vlan_gro_complete()
/linux-4.4.14/drivers/net/ethernet/sfc/
Drx.c848 int nhoff; in efx_filter_rfs() local
/linux-4.4.14/net/core/
Dflow_dissector.c124 void *data, __be16 proto, int nhoff, int hlen, in __skb_flow_dissect()
/linux-4.4.14/include/linux/
Dipv6.h104 __u16 nhoff; member
Dskbuff.h1026 int nhoff, int hlen, in skb_flow_dissect_flow_keys_buf()
/linux-4.4.14/drivers/net/
Dgeneve.c453 static int geneve_gro_complete(struct sk_buff *skb, int nhoff, in geneve_gro_complete()
Dvxlan.c605 static int vxlan_gro_complete(struct sk_buff *skb, int nhoff, in vxlan_gro_complete()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c311 int nhoff = skb_network_offset(skb); in mlx4_en_filter_rfs() local
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h22 u8 nhoff; member