Home
last modified time | relevance | path

Searched defs:hdroff (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dnf_nat_proto.c67 unsigned int iphdroff, unsigned int hdroff, in udp_manip_pkt() argument
83 udplite_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) udplite_manip_pkt() argument
101 sctp_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) sctp_manip_pkt() argument
143 tcp_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) tcp_manip_pkt() argument
185 icmp_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) icmp_manip_pkt() argument
216 icmpv6_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) icmpv6_manip_pkt() argument
240 gre_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) gre_manip_pkt() argument
279 l4proto_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) l4proto_manip_pkt() argument
317 unsigned int hdroff; nf_nat_ipv4_manip_pkt() local
347 int hdroff; nf_nat_ipv6_manip_pkt() local
[all...]
/linux/net/core/
H A Dfilter.c6736 int hdroff = 0; in BPF_CALL_4() local