Home
last modified time | relevance | path

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

12

/Linux-v5.4/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()
102 __u64 nhoff = ETH_HLEN; in flow_dissector() local
Dparse_ldabs.c20 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
/Linux-v5.4/net/ipv6/
Dip6_offload.c83 int nhoff; in ipv6_gso_segment() local
324 INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete()
352 static int sit_gro_complete(struct sk_buff *skb, int nhoff) in sit_gro_complete()
359 static int ip6ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip6ip6_gro_complete()
366 static int ip4ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip4ip6_gro_complete()
Dreassembly.c105 struct frag_hdr *fhdr, int nhoff, in ip6_frag_queue()
252 unsigned int nhoff; in ip6_frag_reasm() local
Dudp_offload.c142 INDIRECT_CALLABLE_SCOPE int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete()
Desp6_offload.c57 int nhoff; in esp6_gro_receive() local
Dip6_input.c342 unsigned int nhoff; in ip6_protocol_deliver_rcu() local
Dip6_tunnel.c401 unsigned int nhoff = raw - skb->data; in ip6_tnl_parse_tlv_enc_lim() local
/Linux-v5.4/net/netfilter/
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()
258 int nhoff = skb_network_offset(skb); in hmark_pkt_set_htuple_ipv4() local
Dnf_conntrack_core.c241 unsigned int nhoff, in nf_ct_get_tuple()
319 static int ipv4_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv4_get_l4proto()
349 static int ipv6_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv6_get_l4proto()
378 unsigned int nhoff, u8 pf, u8 *l4num) in get_l4proto()
394 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr()
/Linux-v5.4/net/ipv4/
Dudp_offload.c507 int udp_gro_complete(struct sk_buff *skb, int nhoff, in udp_gro_complete()
542 INDIRECT_CALLABLE_SCOPE 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.c1306 int nhoff; in inet_gso_segment() local
1581 int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete()
1617 static int ipip_gro_complete(struct sk_buff *skb, int nhoff) in ipip_gro_complete()
Dfou.c264 int nhoff) in fou_gro_complete()
458 static int gue_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) in gue_gro_complete()
Dip_gre.c501 int nhoff; in erspan_fb_xmit() local
/Linux-v5.4/net/ipv6/netfilter/
Dnf_conntrack_reasm.c170 const struct frag_hdr *fhdr, int nhoff) in nf_ct_frag6_queue()
442 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local
/Linux-v5.4/net/nsh/
Dnsh.c82 int nhoff; in nsh_gso_segment() local
/Linux-v5.4/net/bridge/netfilter/
Dnf_conntrack_bridge.c196 int nhoff, len; in nf_ct_br_ip_check() local
215 int nhoff, len; in nf_ct_br_ipv6_check() local
/Linux-v5.4/net/ipv6/ila/
Dila_common.c77 size_t nhoff = sizeof(struct ipv6hdr); in ila_csum_adjust_transport() local
/Linux-v5.4/net/ipv4/netfilter/
Dnf_log_arp.c44 const struct sk_buff *skb, unsigned int nhoff) in dump_arp_packet()
/Linux-v5.4/net/core/
Dflow_dissector.c391 void *target_container, void *data, int nhoff, int hlen) in __skb_flow_dissect_mpls()
437 void *target_container, void *data, int nhoff, int hlen) in __skb_flow_dissect_arp()
796 __be16 proto, int nhoff, int hlen, unsigned int flags) in bpf_flow_dissect()
849 void *data, __be16 proto, int nhoff, int hlen, in __skb_flow_dissect()
/Linux-v5.4/net/ethernet/
Deth.c502 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete()
/Linux-v5.4/net/8021q/
Dvlan_core.c509 static int vlan_gro_complete(struct sk_buff *skb, int nhoff) in vlan_gro_complete()
/Linux-v5.4/include/linux/
Dipv6.h125 __u16 nhoff; member

12