Searched refs:maniptype (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_nat_proto.c | 36 enum nf_nat_manip_type maniptype); 42 enum nf_nat_manip_type maniptype, bool do_csum) in __udp_manip_pkt() argument 46 if (maniptype == NF_NAT_MANIP_SRC) { in __udp_manip_pkt() 56 nf_csum_update(skb, iphdroff, &hdr->check, tuple, maniptype); in __udp_manip_pkt() 68 enum nf_nat_manip_type maniptype) in udp_manip_pkt() argument 76 __udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, !!hdr->check); in udp_manip_pkt() 84 enum nf_nat_manip_type maniptype) in udplite_manip_pkt() argument 93 __udp_manip_pkt(skb, iphdroff, hdr, tuple, maniptype, true); in udplite_manip_pkt() 102 enum nf_nat_manip_type maniptype) in sctp_manip_pkt() argument 120 if (maniptype == NF_NAT_MANIP_SRC) { in sctp_manip_pkt() [all …]
|
| H A D | nf_nat_core.c | 233 enum nf_nat_manip_type maniptype, in l4proto_in_range() argument 250 if (maniptype == NF_NAT_MANIP_SRC) in l4proto_in_range() 332 enum nf_nat_manip_type maniptype) in find_best_ips_proto() argument 344 if (maniptype == NF_NAT_MANIP_SRC) in find_best_ips_proto() 402 enum nf_nat_manip_type maniptype, in nf_nat_l4proto_unique_tuple() argument 431 if (maniptype == NF_NAT_MANIP_SRC) in nf_nat_l4proto_unique_tuple() 450 if (maniptype == NF_NAT_MANIP_SRC) in nf_nat_l4proto_unique_tuple() 463 if (maniptype == NF_NAT_MANIP_DST) in nf_nat_l4proto_unique_tuple() 528 enum nf_nat_manip_type maniptype) in get_unique_tuple() argument 543 if (maniptype == NF_NAT_MANIP_SRC && in get_unique_tuple() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ct.c | 768 enum nf_nat_manip_type maniptype) in ct_nat_execute() argument 774 if (maniptype == NF_NAT_MANIP_SRC) in ct_nat_execute() 810 if (!nf_nat_initialized(ct, maniptype)) { in ct_nat_execute() 816 ? nf_nat_setup_info(ct, range, maniptype) in ct_nat_execute() 878 enum nf_nat_manip_type maniptype; in tcf_ct_act_nat() local 895 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat() 898 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat() 901 maniptype = NF_NAT_MANIP_SRC; in tcf_ct_act_nat() 903 maniptype = NF_NAT_MANIP_DST; in tcf_ct_act_nat() 908 err = ct_nat_execute(skb, ct, ctinfo, range, maniptype); in tcf_ct_act_nat() [all …]
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | conntrack.c | 735 enum nf_nat_manip_type maniptype) in ovs_nat_update_key() argument 737 if (maniptype == NF_NAT_MANIP_SRC) { in ovs_nat_update_key() 791 enum nf_nat_manip_type maniptype, struct sw_flow_key *key) in ovs_ct_nat_execute() argument 799 if (maniptype == NF_NAT_MANIP_SRC) in ovs_ct_nat_execute() 837 if (!nf_nat_initialized(ct, maniptype)) { in ovs_ct_nat_execute() 843 ? nf_nat_setup_info(ct, range, maniptype) in ovs_ct_nat_execute() 866 ovs_nat_update_key(key, skb, maniptype); in ovs_ct_nat_execute() 877 enum nf_nat_manip_type maniptype; in ovs_ct_nat() local 898 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat() 901 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_nat.h | 41 enum nf_nat_manip_type maniptype);
|