Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/samples/bpf/
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
Dsockex2_kern.c46 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
62 static inline __u64 parse_ip(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ip()
86 static inline __u64 parse_ipv6(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ipv6()
103 __u64 nhoff = ETH_HLEN; in flow_dissector() local
Dparse_ldabs.c21 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
/kernel/linux/linux-5.10/samples/bpf/
Dsockex3_kern.c77 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
144 __u32 nhoff = skb->cb[0]; in parse_ip_proto() local
195 __u32 nhoff, verlen, ip_proto; in PROG() local
223 __u32 nhoff, ip_proto; in PROG() local
245 __u32 nhoff, proto; in PROG() local
261 __u32 nhoff, label; in PROG() local
285 __u32 nhoff = ETH_HLEN; in main_prog() local
Dsockex2_kern.c46 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
62 static inline __u64 parse_ip(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ip()
86 static inline __u64 parse_ipv6(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ipv6()
103 __u64 nhoff = ETH_HLEN; in flow_dissector() local
Dparse_ldabs.c21 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_offload.c85 int nhoff; in ipv6_gso_segment() local
322 INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete()
350 static int sit_gro_complete(struct sk_buff *skb, int nhoff) in sit_gro_complete()
357 static int ip6ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip6ip6_gro_complete()
364 static int ip4ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip4ip6_gro_complete()
Dreassembly.c107 struct frag_hdr *fhdr, int nhoff, in ip6_frag_queue()
254 unsigned int nhoff; in ip6_frag_reasm() local
Dudp_offload.c161 INDIRECT_CALLABLE_SCOPE int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete()
/kernel/linux/linux-6.6/net/ipv6/
Dip6_offload.c121 int nhoff; in ipv6_gso_segment() local
353 INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete()
405 static int sit_gro_complete(struct sk_buff *skb, int nhoff) in sit_gro_complete()
412 static int ip6ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip6ip6_gro_complete()
419 static int ip4ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip4ip6_gro_complete()
Dreassembly.c107 struct frag_hdr *fhdr, int nhoff, in ip6_frag_queue()
260 unsigned int nhoff; in ip6_frag_reasm() local
Dudp_offload.c165 INDIRECT_CALLABLE_SCOPE int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete()
/kernel/linux/linux-5.10/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()
254 int nhoff = skb_network_offset(skb); in hmark_pkt_set_htuple_ipv4() local
/kernel/linux/linux-6.6/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()
254 int nhoff = skb_network_offset(skb); in hmark_pkt_set_htuple_ipv4() local
/kernel/linux/linux-6.6/net/core/
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()
493 void *target_container, const void *data, int nhoff, in __skb_flow_dissect_mpls()
552 int nhoff, int hlen) in __skb_flow_dissect_arp()
608 int nhoff, int hlen) in __skb_flow_dissect_cfm()
830 int nhoff, u8 ip_proto, int hlen) in __skb_flow_dissect_ports()
981 __be16 proto, int nhoff, int hlen, unsigned int flags) in bpf_flow_dissect()
1037 __be16 proto, int nhoff, int hlen, unsigned int flags) in __skb_flow_dissect()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dnf_conntrack_reasm.c170 const struct frag_hdr *fhdr, int nhoff) in nf_ct_frag6_queue()
444 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local
/kernel/linux/linux-6.6/net/ipv6/netfilter/
Dnf_conntrack_reasm.c171 const struct frag_hdr *fhdr, int nhoff) in nf_ct_frag6_queue()
447 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local
/kernel/linux/linux-5.10/net/bridge/netfilter/
Dnf_conntrack_bridge.c206 int nhoff, len; in nf_ct_br_ip_check() local
225 int nhoff, len; in nf_ct_br_ipv6_check() local
/kernel/linux/linux-5.10/net/core/
Dflow_dissector.c406 void *target_container, void *data, int nhoff, int hlen, in __skb_flow_dissect_mpls()
464 void *target_container, void *data, int nhoff, int hlen) in __skb_flow_dissect_arp()
716 void *target_container, void *data, int nhoff, in __skb_flow_dissect_ports()
857 __be16 proto, int nhoff, int hlen, unsigned int flags) in bpf_flow_dissect()
908 void *data, __be16 proto, int nhoff, int hlen, in __skb_flow_dissect()
/kernel/linux/linux-6.6/net/bridge/netfilter/
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
/kernel/linux/linux-6.6/net/ipv6/ila/
Dila_common.c77 size_t nhoff = sizeof(struct ipv6hdr); in ila_csum_adjust_transport() local
/kernel/linux/linux-5.10/net/ipv6/ila/
Dila_common.c77 size_t nhoff = sizeof(struct ipv6hdr); in ila_csum_adjust_transport() local
/kernel/linux/linux-5.10/net/ipv4/
Dudp_offload.c658 int udp_gro_complete(struct sk_buff *skb, int nhoff, in udp_gro_complete()
693 INDIRECT_CALLABLE_SCOPE int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete()
Dgre_offload.c236 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete()
/kernel/linux/linux-6.6/net/ipv4/
Dgre_offload.c236 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete()

123