Home
last modified time | relevance | path

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

12

/linux/samples/bpf/
H A Dsockex3_kern.c42 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
109 __u32 nhoff = skb->cb[0]; in parse_ip_proto() local
161 __u32 nhoff, verlen, ip_proto; in bpf_func_ip() local
190 __u32 nhoff, ip_proto; in bpf_func_ipv6() local
213 __u32 nhoff, proto; in bpf_func_vlan() local
230 __u32 nhoff, label; in bpf_func_mpls() local
296 __u32 nhoff = ETH_HLEN; in main_prog() local
H A Dsockex2_kern.c46 ip_is_fragment(struct __sk_buff * ctx,__u64 nhoff) ip_is_fragment() argument
62 parse_ip(struct __sk_buff * skb,__u64 nhoff,__u64 * ip_proto,struct flow_key_record * flow) parse_ip() argument
86 parse_ipv6(struct __sk_buff * skb,__u64 nhoff,__u64 * ip_proto,struct flow_key_record * flow) parse_ipv6() argument
103 __u64 nhoff = ETH_HLEN; flow_dissector() local
[all...]
H A Dparse_ldabs.c21 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
/linux/net/ipv6/
H A Dip6_offload.c119 int nhoff; in ipv6_gso_segment() local
338 INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete() argument
390 sit_gro_complete(struct sk_buff * skb,int nhoff) sit_gro_complete() argument
397 ip6ip6_gro_complete(struct sk_buff * skb,int nhoff) ip6ip6_gro_complete() argument
404 ip4ip6_gro_complete(struct sk_buff * skb,int nhoff) ip4ip6_gro_complete() argument
[all...]
H A Dreassembly.c108 struct frag_hdr *fhdr, int nhoff, in ip6_frag_queue()
262 unsigned int nhoff; in ip6_frag_reasm() local
H A Dudp_offload.c165 udp6_gro_complete(struct sk_buff * skb,int nhoff) udp6_gro_complete() argument
H A Dip6_input.c366 unsigned int nhoff; in ip6_protocol_deliver_rcu() local
/linux/net/netfilter/
H A Dxt_HMARK.c132 hmark_set_tuple_ports(const struct sk_buff *skb, unsigned int nhoff, in hmark_set_tuple_ports()
170 unsigned int nhoff = 0; in hmark_pkt_set_htuple_ipv6() local
231 static int get_inner_hdr(const struct sk_buff *skb, int iphsz, int *nhoff) in get_inner_hdr()
254 int nhoff = skb_network_offset(skb); in hmark_pkt_set_htuple_ipv4() local
H A Dnf_conntrack_core.c268 unsigned int nhoff, in nf_ct_get_tuple() argument
344 static int ipv4_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv4_get_l4proto() argument
374 static int ipv6_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv6_get_l4proto() argument
403 get_l4proto(const struct sk_buff * skb,unsigned int nhoff,u8 pf,u8 * l4num) get_l4proto() argument
419 nf_ct_get_tuplepr(const struct sk_buff * skb,unsigned int nhoff,u_int16_t l3num,struct net * net,struct nf_conntrack_tuple * tuple) nf_ct_get_tuplepr() argument
[all...]
H A Dnft_inner.c56 u32 nhoff, thoff; nft_inner_parse_l2l3() local
H A Dnf_log_syslog.c62 const struct sk_buff *skb, unsigned int nhoff) in dump_arp_packet()
/linux/net/core/
H A Dflow_dissector.c211 int nhoff, int hlen) in __skb_flow_dissect_ah()
233 int nhoff, int hlen) in __skb_flow_dissect_esp()
255 int nhoff, int hlen) in __skb_flow_dissect_l2tpv3()
517 void *target_container, const void *data, int nhoff, in __skb_flow_dissect_mpls()
576 int nhoff, int hlen) in __skb_flow_dissect_arp()
632 int nhoff, int hlen) in __skb_flow_dissect_cfm()
854 int nhoff, u8 ip_proto, int hlen) in __skb_flow_dissect_ports()
1005 __be16 proto, int nhoff, int hlen, unsigned int flags) in bpf_flow_dissect()
1061 __be16 proto, int nhoff, int hlen, unsigned int flags) in __skb_flow_dissect()
H A Dgro.c385 static inline void skb_gro_reset_offset(struct sk_buff *skb, u32 nhoff) in skb_gro_reset_offset()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c207 int nhoff, len; in nf_ct_br_ip_check() local
226 int nhoff, len; in nf_ct_br_ipv6_check() local
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c171 const struct frag_hdr *fhdr, int nhoff, in nf_ct_frag6_queue()
449 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local
/linux/net/ipv6/ila/
H A Dila_common.c77 size_t nhoff = sizeof(struct ipv6hdr); in ila_csum_adjust_transport() local
/linux/net/ipv4/
H A Dgre_offload.c236 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete()
H A Daf_inet.c1368 int nhoff; inet_gso_segment() local
1593 inet_gro_complete(struct sk_buff * skb,int nhoff) inet_gro_complete() argument
1625 ipip_gro_complete(struct sk_buff * skb,int nhoff) ipip_gro_complete() argument
[all...]
H A Dudp_offload.c930 int udp_gro_complete(struct sk_buff *skb, int nhoff, in udp_gro_complete()
968 INDIRECT_CALLABLE_SCOPE int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete()
H A Dfou_core.c269 int nhoff) in fou_gro_complete()
467 static int gue_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) in gue_gro_complete()
H A Dip_gre.c551 int nhoff; in erspan_fb_xmit() local
/linux/net/ethernet/
H A Deth.c446 struct ethhdr *eh = (struct ethhdr *)(skb->data + nhoff); in eth_gro_complete() argument
/linux/net/8021q/
H A Dvlan_core.c515 static int vlan_gro_complete(struct sk_buff *skb, int nhoff) in vlan_gro_complete()
/linux/drivers/net/bonding/
H A Dbond_main.c4196 int hlen, __be16 l2_proto, int *nhoff, int *ip_proto, bool l34) in bond_flow_ip()
4256 __be16 l2_proto, int nhoff, int hlen, struct flow_keys *fk) in bond_flow_dissect()
4320 __be16 l2_proto, int mhoff, int nhoff, int hlen) in __bond_xmit_hash()
/linux/include/linux/
H A Dipv6.h140 __u16 nhoff; member

12