/linux-6.3-rc2/net/ipv4/netfilter/ |
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-6.3-rc2/fs/f2fs/ |
A D | node.h | 72 #define nat_get_nid(nat) ((nat)->ni.nid) argument 73 #define nat_set_nid(nat, n) ((nat)->ni.nid = (n)) argument 74 #define nat_get_blkaddr(nat) ((nat)->ni.blk_addr) argument 75 #define nat_set_blkaddr(nat, b) ((nat)->ni.blk_addr = (b)) argument 76 #define nat_get_ino(nat) ((nat)->ni.ino) argument 77 #define nat_set_ino(nat, i) ((nat)->ni.ino = (i)) argument 78 #define nat_get_version(nat) ((nat)->ni.version) argument 79 #define nat_set_version(nat, v) ((nat)->ni.version = (v)) argument
|
/linux-6.3-rc2/net/netfilter/ |
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 487 void nf_nat_helper_register(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_register() 495 void nf_nat_helper_unregister(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_unregister()
|
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
|
A D | nf_conntrack_ovs.c | 78 u8 proto, bool nat, struct nf_conntrack_helper **hp) in nf_ct_add_helper()
|
A D | nf_nat_core.c | 568 struct nf_conn_nat *nat = nfct_nat(ct); in nf_ct_nat_ext_add() local 718 struct nf_conn_nat *nat; in nf_nat_inet_fn() local 917 nfnetlink_parse_nat(const struct nlattr *nat, in nfnetlink_parse_nat()
|
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-6.3-rc2/arch/ia64/kernel/ |
A D | signal.c | 45 unsigned long ip, flags, nat, um, cfm, rsc; in restore_sigcontext() local 167 unsigned long flags = 0, ifs, cfm, nat; in setup_sigcontext() local
|
A D | unaligned.c | 308 set_rse_reg (struct pt_regs *regs, unsigned long r1, unsigned long val, int nat) in set_rse_reg() 381 get_rse_reg (struct pt_regs *regs, unsigned long r1, unsigned long *val, int *nat) in get_rse_reg() 454 setreg (unsigned long regnum, unsigned long val, int nat, struct pt_regs *regs) in setreg() 628 getreg (unsigned long regnum, unsigned long *val, int *nat, struct pt_regs *regs) in getreg()
|
A D | ptrace.c | 112 ia64_put_scratch_nat_bits (struct pt_regs *pt, unsigned long nat) in ia64_put_scratch_nat_bits() 114 # define PUT_BITS(first, last, nat) \ in ia64_put_scratch_nat_bits() argument 733 char nat = 0; in access_nat_bits() local 775 char nat = 0; in ptrace_getregs() local 1246 char nat = 0; in access_elf_gpreg() local
|
A D | mca.c | 859 u64 fslot, tslot, nat; in copy_reg() local 896 unsigned long *nat) in finish_pt_regs() 982 unsigned long old_unat, old_rnat, new_rnat, nat; in ia64_mca_modify_original_stack() local
|
A D | process.c | 430 char nat; in do_copy_task_regs() local
|
A D | unwind.c | 284 unw_access_gr (struct unw_frame_info *info, int regnum, unsigned long *val, char *nat, int write) in unw_access_gr()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | unwind.h | 87 } nat; member 199 unw_set_gr (struct unw_frame_info *i, int n, unsigned long v, char nat) in unw_set_gr() 228 #define unw_get_gr(i,n,v,nat) unw_access_gr(i,n,v,nat,0) argument
|
A D | processor.h | 576 ia64_set_unat (__u64 *unat, void *spill_addr, unsigned long nat) in ia64_set_unat()
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_nat.h | 59 struct nf_conn_nat *nat, in nf_nat_oif_changed()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_ct.c | 96 bool nat; member 518 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_replace_rule() 1568 bool nat) in tc_ct_pre_ct_add_rules() 1668 bool nat) in mlx5_tc_ct_alloc_pre_ct() 1937 bool nat = attr->ct_attr.ct_action & TCA_CT_ACT_NAT; in __mlx5_tc_ct_flow_offload() local
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
A D | ct_fs_smfs.c | 112 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() 300 bool nat, tcp, ipv4, gre; in mlx5_ct_fs_smfs_ct_rule_add() local
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_tc.h | 101 } nat; member
|
/linux-6.3-rc2/arch/ia64/include/uapi/asm/ |
A D | ptrace.h | 210 unsigned long nat; member
|
/linux-6.3-rc2/net/openvswitch/ |
A D | conntrack.c | 65 u8 nat : 3; /* enum ovs_ct_nat */ member
|