/kernel/linux/linux-5.10/samples/bpf/ |
H A D | parse_ldabs.c | 21 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() argument
|
H A D | sockex3_kern.c | 77 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() argument 144 __u32 nhoff = skb->cb[0]; in parse_ip_proto() local 195 __u32 nhoff, verlen, ip_proto; PARSE_IP() local 223 __u32 nhoff, ip_proto; PARSE_IPV6() local 245 __u32 nhoff, proto; PARSE_VLAN() local 261 __u32 nhoff, label; PARSE_MPLS() local 285 __u32 nhoff = ETH_HLEN; main_prog() local [all...] |
H A D | sockex2_kern.c | 46 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() argument 62 static inline __u64 parse_ip(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in 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...] |
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | parse_ldabs.c | 21 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() argument
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_common.c | 77 size_t nhoff = sizeof(struct ipv6hdr); in ila_csum_adjust_transport() local
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_common.c | 77 size_t nhoff = sizeof(struct ipv6hdr); in ila_csum_adjust_transport() local
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | gre_offload.c | 236 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete() argument
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_log_arp.c | 42 dump_arp_packet(struct nf_log_buf *m, const struct nf_loginfo *info, const struct sk_buff *skb, unsigned int nhoff) dump_arp_packet() argument
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp_offload.c | 161 INDIRECT_CALLABLE_SCOPE int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete() argument
|
H A D | esp6_offload.c | 57 int nhoff; in esp6_gro_receive() local
|
H A D | ip6_input.c | 360 unsigned int nhoff; in ip6_protocol_deliver_rcu() local
|
H A D | ip6_offload.c | 85 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() argument 350 sit_gro_complete(struct sk_buff *skb, int nhoff) sit_gro_complete() argument 357 ip6ip6_gro_complete(struct sk_buff *skb, int nhoff) ip6ip6_gro_complete() argument 364 ip4ip6_gro_complete(struct sk_buff *skb, int nhoff) ip4ip6_gro_complete() argument [all...] |
H A D | reassembly.c | 254 unsigned int nhoff; in ip6_frag_reasm() local 106 ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, struct frag_hdr *fhdr, int nhoff, u32 *prob_offset) ip6_frag_queue() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp_offload.c | 165 INDIRECT_CALLABLE_SCOPE int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete() argument
|
H A D | ip6_input.c | 368 unsigned int nhoff; in ip6_protocol_deliver_rcu() local
|
H A D | ip6_offload.c | 87 int nhoff; in ipv6_gso_segment() local 321 INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete() argument 373 sit_gro_complete(struct sk_buff *skb, int nhoff) sit_gro_complete() argument 380 ip6ip6_gro_complete(struct sk_buff *skb, int nhoff) ip6ip6_gro_complete() argument 387 ip4ip6_gro_complete(struct sk_buff *skb, int nhoff) ip4ip6_gro_complete() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | gre_offload.c | 236 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete() argument
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_HMARK.c | 132 hmark_set_tuple_ports(const struct sk_buff *skb, unsigned int nhoff, in hmark_set_tuple_ports() argument 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() argument 254 int nhoff = skb_network_offset(skb); hmark_pkt_set_htuple_ipv4() local [all...] |
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 206 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/ethernet/ |
H A D | eth.c | 463 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete() argument
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 444 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local 169 nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, const struct frag_hdr *fhdr, int nhoff) nf_ct_frag6_queue() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_HMARK.c | 132 hmark_set_tuple_ports(const struct sk_buff *skb, unsigned int nhoff, in hmark_set_tuple_ports() argument 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() argument 254 int nhoff = skb_network_offset(skb); hmark_pkt_set_htuple_ipv4() local [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ipt.c | 237 unsigned int nhoff, len; in tcf_ipt_act_check() local
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 207 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/netfilter/ |
H A D | nf_conntrack_reasm.c | 442 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local 166 nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, const struct frag_hdr *fhdr, int nhoff) nf_ct_frag6_queue() argument
|