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.c66 udp_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,unsigned int hdroff,const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype) udp_manip_pkt() argument
82 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
100 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
142 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
184 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
215 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
239 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
278 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
316 unsigned int hdroff; nf_nat_ipv4_manip_pkt() local
346 int hdroff; nf_nat_ipv6_manip_pkt() local
[all...]
/linux/net/core/
H A Dfilter.c6735 int hdroff = 0; in BPF_CALL_4() local