Searched defs:nat (Results 1 – 13 of 13) sorted by relevance
| /linux/net/ipv4/netfilter/ |
| H A D | nf_nat_pptp.c | 53 struct nf_conn_nat *nat; in pptp_nat_expected() local 129 struct nf_conn_nat *nat = nfct_nat(ct); in pptp_outbound_pkt() local 203 struct nf_conn_nat *nat = nfct_nat(ct); in pptp_exp_gre() local 239 struct nf_conn_nat *nat = nfct_nat(ct); in pptp_inbound_pkt() local
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_helper.c | 132 struct nf_conntrack_nat_helper *nat; in nf_nat_helper_try_module_get() local 167 struct nf_conntrack_nat_helper *nat; in nf_nat_helper_put() local 485 void nf_nat_helper_register(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_register() 493 void nf_nat_helper_unregister(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_unregister()
|
| H A D | nf_nat_masquerade.c | 33 struct nf_conn_nat *nat; in nf_nat_masquerade_ipv4() local 141 const struct nf_conn_nat *nat = nfct_nat(i); in device_cmp() local 245 struct nf_conn_nat *nat; in nf_nat_masquerade_ipv6() local
|
| H A D | nf_conntrack_ovs.c | 79 u8 proto, bool nat, struct nf_conntrack_helper **hp) in nf_ct_add_helper() argument
|
| H A D | nf_nat_core.c | 759 struct nf_conn_nat *nat = nfct_nat(ct); in nf_ct_nat_ext_add() local 909 struct nf_conn_nat *nat; in nf_nat_inet_fn() local 1106 nfnetlink_parse_nat(const struct nlattr *nat, in nfnetlink_parse_nat()
|
| H A D | nf_conntrack_pptp.c | 511 struct nf_conn_nat *nat = nf_ct_ext_find(ct, NF_CT_EXT_NAT); in conntrack_pptp_help() local
|
| /linux/include/net/netfilter/ |
| H A D | nf_nat.h | 59 struct nf_conn_nat *nat, in nf_nat_oif_changed()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | ct_fs_hmfs.c | 113 bool nat, bool ipv4, bool tcp, bool gre) in mlx5_ct_fs_hmfs_matcher_get() 200 bool nat, tcp, ipv4, gre; in mlx5_ct_fs_hmfs_ct_rule_add() local
|
| H A D | ct_fs_smfs.c | 111 mlx5_ct_fs_smfs_matcher_get(struct mlx5_ct_fs *fs, bool nat, bool ipv4, bool tcp, bool gre) in mlx5_ct_fs_smfs_matcher_get() 232 bool nat, tcp, ipv4, gre; in mlx5_ct_fs_smfs_ct_rule_add() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 92 bool nat; member 522 bool nat) in mlx5_tc_ct_entry_del_rule() 805 bool nat, u8 zone_restore_id) in mlx5_tc_ct_entry_add_rule() 882 bool nat, u8 zone_restore_id) in mlx5_tc_ct_entry_update_rule() 1608 bool nat) in tc_ct_pre_ct_add_rules() 1708 bool nat) in mlx5_tc_ct_alloc_pre_ct() 1976 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload() local
|
| /linux/include/net/libeth/ |
| H A D | rx.h | 229 u32 nat:1; member
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.h | 101 } nat; member
|
| /linux/net/openvswitch/ |
| H A D | conntrack.c | 66 u8 nat : 3; /* enum ovs_ct_nat */ member
|