Home
last modified time | relevance | path

Searched defs:maniptype (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/
H A Dnf_nat_proto.c43 enum nf_nat_manip_type maniptype, bool do_csum) in __udp_manip_pkt() argument
69 enum nf_nat_manip_type maniptype) in udp_manip_pkt() argument
145 if (maniptype in tcp_manip_pkt() argument
85 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
103 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
187 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
218 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
242 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
281 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
314 nf_nat_ipv4_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,const struct nf_conntrack_tuple * target,enum nf_nat_manip_type maniptype) nf_nat_ipv4_manip_pkt() argument
342 nf_nat_ipv6_manip_pkt(struct sk_buff * skb,unsigned int iphdroff,const struct nf_conntrack_tuple * target,enum nf_nat_manip_type maniptype) nf_nat_ipv6_manip_pkt() argument
406 nf_nat_ipv4_csum_update(struct sk_buff * skb,unsigned int iphdroff,__sum16 * check,const struct nf_conntrack_tuple * t,enum nf_nat_manip_type maniptype) nf_nat_ipv4_csum_update() argument
424 nf_nat_ipv6_csum_update(struct sk_buff * skb,unsigned int iphdroff,__sum16 * check,const struct nf_conntrack_tuple * t,enum nf_nat_manip_type maniptype) nf_nat_ipv6_csum_update() argument
445 nf_csum_update(struct sk_buff * skb,unsigned int iphdroff,__sum16 * check,const struct nf_conntrack_tuple * t,enum nf_nat_manip_type maniptype) nf_csum_update() argument
[all...]
H A Dnf_nat_ovs.c16 enum nf_nat_manip_type maniptype) in nf_ct_nat_execute()
92 enum nf_nat_manip_type maniptype; in nf_ct_nat() local
H A Dnf_nat_core.c404 l4proto_in_range(const struct nf_conntrack_tuple * tuple,enum nf_nat_manip_type maniptype,const union nf_conntrack_man_proto * min,const union nf_conntrack_man_proto * max) l4proto_in_range() argument
502 find_best_ips_proto(const struct nf_conntrack_zone * zone,struct nf_conntrack_tuple * tuple,const struct nf_nat_range2 * range,const struct nf_conn * ct,enum nf_nat_manip_type maniptype) find_best_ips_proto() argument
572 nf_nat_l4proto_unique_tuple(struct nf_conntrack_tuple * tuple,const struct nf_nat_range2 * range,enum nf_nat_manip_type maniptype,const struct nf_conn * ct) nf_nat_l4proto_unique_tuple() argument
699 get_unique_tuple(struct nf_conntrack_tuple * tuple,const struct nf_conntrack_tuple * orig_tuple,const struct nf_nat_range2 * range,struct nf_conn * ct,enum nf_nat_manip_type maniptype) get_unique_tuple() argument
773 nf_nat_setup_info(struct nf_conn * ct,const struct nf_nat_range2 * range,enum nf_nat_manip_type maniptype) nf_nat_setup_info() argument
911 enum nf_nat_manip_type maniptype = HOOK2MANIP(state->hook); nf_nat_inet_fn() local
[all...]
/linux/net/openvswitch/
H A Dconntrack.c617 enum nf_nat_manip_type maniptype) in ovs_nat_update_key()