Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_offload.c70 int nhoff; in ipv6_gso_segment() local
294 static int ipv6_gro_complete(struct sk_buff *skb, int nhoff) in ipv6_gro_complete()
321 static int sit_gro_complete(struct sk_buff *skb, int nhoff) in sit_gro_complete()
328 static int ip6ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip6ip6_gro_complete()
335 static int ip4ip6_gro_complete(struct sk_buff *skb, int nhoff) in ip4ip6_gro_complete()
Dudp_offload.c157 static int udp6_gro_complete(struct sk_buff *skb, int nhoff) in udp6_gro_complete()
Dip6_input.c223 unsigned int nhoff; in ip6_input_finish() local
Dreassembly.c210 struct frag_hdr *fhdr, int nhoff) in ip6_frag_queue()
385 unsigned int nhoff; in ip6_frag_reasm() local
Dxfrm6_policy.c130 u16 nhoff = IP6CB(skb)->nhoff; in _decode_session6() local
Dip6_tunnel.c407 unsigned int nhoff = raw - skb->data; in ip6_tnl_parse_tlv_enc_lim() local
/net/netfilter/
Dnf_conntrack_l3proto_generic.c34 static bool generic_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in generic_pkt_to_tuple()
57 static int generic_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in generic_get_l4proto()
Dxt_HMARK.c133 hmark_set_tuple_ports(const struct sk_buff *skb, unsigned int nhoff, in hmark_set_tuple_ports()
171 unsigned int nhoff = 0; in hmark_pkt_set_htuple_ipv6() local
232 static int get_inner_hdr(const struct sk_buff *skb, int iphsz, int *nhoff) in get_inner_hdr()
259 int nhoff = skb_network_offset(skb); in hmark_pkt_set_htuple_ipv4() local
Dnf_conntrack_core.c234 unsigned int nhoff, in nf_ct_get_tuple()
256 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr()
/net/ipv4/
Dudp_offload.c341 int udp_gro_complete(struct sk_buff *skb, int nhoff, in udp_gro_complete()
370 static int udp4_gro_complete(struct sk_buff *skb, int nhoff) in udp4_gro_complete()
Dgre_offload.c243 static int gre_gro_complete(struct sk_buff *skb, int nhoff) in gre_gro_complete()
Daf_inet.c1236 int nhoff; in inet_gso_segment() local
1491 int inet_gro_complete(struct sk_buff *skb, int nhoff) in inet_gro_complete()
1525 static int ipip_gro_complete(struct sk_buff *skb, int nhoff) in ipip_gro_complete()
Dfou.c261 int nhoff) in fou_gro_complete()
456 static int gue_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff) in gue_gro_complete()
/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4.c34 static bool ipv4_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv4_pkt_to_tuple()
66 static int ipv4_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv4_get_l4proto()
Dnf_log_arp.c47 const struct sk_buff *skb, unsigned int nhoff) in dump_arp_packet()
/net/ipv6/netfilter/
Dnf_conntrack_l3proto_ipv6.c37 static bool ipv6_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff, in ipv6_pkt_to_tuple()
70 static int ipv6_get_l4proto(const struct sk_buff *skb, unsigned int nhoff, in ipv6_get_l4proto()
Dnf_conntrack_reasm.c213 const struct frag_hdr *fhdr, int nhoff) in nf_ct_frag6_queue()
570 int fhoff, nhoff, ret; in nf_ct_frag6_gather() local
/net/ipv6/ila/
Dila_common.c62 size_t nhoff = sizeof(struct ipv6hdr); in ila_csum_adjust_transport() local
/net/ethernet/
Deth.c454 int eth_gro_complete(struct sk_buff *skb, int nhoff) in eth_gro_complete()
/net/8021q/
Dvlan.c673 static int vlan_gro_complete(struct sk_buff *skb, int nhoff) in vlan_gro_complete()
/net/core/
Dflow_dissector.c113 void *data, __be16 proto, int nhoff, int hlen, in __skb_flow_dissect()