Home
last modified time | relevance | path

Searched defs:nhoff (Results 26 - 50 of 73) sorted by relevance

123

/kernel/linux/linux-6.6/net/ipv6/
H A Desp6_offload.c59 int nhoff; in esp6_gro_receive() local
H A Dreassembly.c260 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/netfilter/
H A Dnft_inner.c56 u32 nhoff, thoff; in nft_inner_parse_l2l3() local
H A Dnf_log_syslog.c60 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-6.6/samples/bpf/
H A Dsockex3_kern.c42 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff) in ip_is_fragment() argument
109 __u32 nhoff = skb->cb[0]; in parse_ip_proto() local
161 __u32 nhoff, verlen, ip_proto; bpf_func_ip() local
190 __u32 nhoff, ip_proto; bpf_func_ipv6() local
213 __u32 nhoff, proto; bpf_func_vlan() local
230 __u32 nhoff, label; bpf_func_mpls() local
296 __u32 nhoff = ETH_HLEN; main_prog() local
[all...]
H A Dsockex2_kern.c46 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-5.10/net/8021q/
H A Dvlan_core.c515 static int vlan_gro_complete(struct sk_buff *skb, int nhoff) in vlan_gro_complete() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_offload.c630 int udp_gro_complete(struct sk_buff *skb, int nhoff, in udp_gro_complete() argument
665 INDIRECT_CALLABLE_SCOPE int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete() argument
H A Daf_inet.c1354 int nhoff; in inet_gso_segment() local
1628 int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete() argument
1664 ipip_gro_complete(struct sk_buff *skb, int nhoff) ipip_gro_complete() argument
[all...]
H A Dfou.c458 static int gue_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) in gue_gro_complete() argument
263 fou_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) fou_gro_complete() argument
H A Dip_gre.c521 int nhoff; in erspan_fb_xmit() local
/kernel/linux/linux-6.6/net/8021q/
H A Dvlan_core.c513 static int vlan_gro_complete(struct sk_buff *skb, int nhoff) in vlan_gro_complete() argument
/kernel/linux/linux-6.6/net/ethernet/
H A Deth.c456 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_offload.c672 int udp_gro_complete(struct sk_buff *skb, int nhoff, in udp_gro_complete() argument
710 INDIRECT_CALLABLE_SCOPE int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete() argument
H A Dfou_core.c448 static int gue_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) in gue_gro_complete() argument
262 fou_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) fou_gro_complete() argument
H A Daf_inet.c1376 int nhoff; in inet_gso_segment() local
1643 int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete() argument
1675 ipip_gro_complete(struct sk_buff *skb, int nhoff) ipip_gro_complete() argument
[all...]
H A Dip_gre.c526 int nhoff; in erspan_fb_xmit() local
/kernel/linux/linux-6.6/net/core/
H A Dgro.c370 static inline void skb_gro_reset_offset(struct sk_buff *skb, u32 nhoff) in skb_gro_reset_offset() argument
/kernel/linux/linux-5.10/drivers/net/
H A Dgeneve.c535 geneve_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) geneve_gro_complete() argument
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c404 __skb_flow_dissect_mpls(const struct sk_buff *skb, struct flow_dissector *flow_dissector, void *target_container, void *data, int nhoff, int hlen, int lse_index, bool *entropy_label) __skb_flow_dissect_mpls() argument
462 __skb_flow_dissect_arp(const struct sk_buff *skb, struct flow_dissector *flow_dissector, void *target_container, void *data, int nhoff, int hlen) __skb_flow_dissect_arp() argument
714 __skb_flow_dissect_ports(const struct sk_buff *skb, struct flow_dissector *flow_dissector, void *target_container, void *data, int nhoff, u8 ip_proto, int hlen) __skb_flow_dissect_ports() argument
856 bpf_flow_dissect(struct bpf_prog *prog, struct bpf_flow_dissector *ctx, __be16 proto, int nhoff, int hlen, unsigned int flags) bpf_flow_dissect() argument
904 __skb_flow_dissect(const struct net *net, const struct sk_buff *skb, struct flow_dissector *flow_dissector, void *target_container, void *data, __be16 proto, int nhoff, int hlen, unsigned int flags) __skb_flow_dissect() argument
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_gre.c946 int nhoff; in ip6erspan_tunnel_xmit() local
H A Dip6_tunnel.c428 unsigned int nhoff = raw - skb->data; in ip6_tnl_parse_tlv_enc_lim() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_core.c319 static int ipv4_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv4_get_l4proto() argument
349 static int ipv6_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv6_get_l4proto() argument
240 nf_ct_get_tuple(const struct sk_buff *skb, unsigned int nhoff, unsigned int dataoff, u_int16_t l3num, u_int8_t protonum, struct net *net, struct nf_conntrack_tuple *tuple) nf_ct_get_tuple() argument
377 get_l4proto(const struct sk_buff *skb, unsigned int nhoff, u8 pf, u8 *l4num) get_l4proto() argument
394 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...]
/kernel/linux/linux-5.10/include/linux/
H A Dipv6.h126 __u16 nhoff; member
/kernel/linux/linux-6.6/include/linux/
H A Dipv6.h132 __u16 nhoff; member

Completed in 37 milliseconds

123