/Linux-v4.19/net/netfilter/ |
D | xt_connbytes.c | 48 what = atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 52 what += atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 62 what = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() 66 what += atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() 77 bytes = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() 78 pkts = atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 82 atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() 84 atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt()
|
D | nf_nat_irc.c | 44 newaddr = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3; in help() 47 exp->dir = IP_CT_DIR_REPLY; in help()
|
D | xt_conntrack.c | 65 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3, in conntrack_mt_replsrc() 74 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3, in conntrack_mt_repldst() 101 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ct_proto_port_check() 147 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ct_proto_port_check_v3()
|
D | nf_conntrack_tftp.c | 62 nf_ct_dump_tuple(&ct->tuplehash[IP_CT_DIR_REPLY].tuple); in tftp_help() 69 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in tftp_help()
|
D | nf_conntrack_core.c | 432 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode); in clean_from_lists() 579 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_ct_delete_from_lists() 640 nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_ct_match() 641 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) && in nf_ct_match() 643 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match() 748 hlist_nulls_add_head_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode, in __nf_conntrack_hash_insert() 770 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_conntrack_hash_check_insert() 780 if (nf_ct_key_equal(h, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_conntrack_hash_check_insert() 892 hash = *(unsigned long *)&ct->tuplehash[IP_CT_DIR_REPLY].hnnode.pprev; in __nf_conntrack_confirm() 895 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in __nf_conntrack_confirm() [all …]
|
D | nf_nat_tftp.c | 29 exp->dir = IP_CT_DIR_REPLY; in help()
|
D | nf_conntrack_proto_sctp.c | 385 dir == IP_CT_DIR_REPLY && in sctp_packet() 454 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = ih->init_tag; in sctp_new() 465 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = sh->vtag; in sctp_new() 537 ct->proto.sctp.vtag[IP_CT_DIR_REPLY])) in sctp_to_nlattr() 586 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = in nlattr_to_sctp()
|
D | nf_conntrack_broadcast.c | 59 exp->tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in nf_conntrack_broadcast_help()
|
D | nf_nat_core.c | 229 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in find_appropriate_src() 428 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_nat_setup_info() 482 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3 : in __nf_nat_alloc_null_binding() 483 ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3); in __nf_nat_alloc_null_binding() 536 if (dir == IP_CT_DIR_REPLY) in nf_nat_packet()
|
D | nf_conntrack_pptp.c | 191 memcpy(&t, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, sizeof(t)); in pptp_destroy_siblings() 225 dir = IP_CT_DIR_REPLY; in exp_gre() 244 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_REPLY, &exp_reply->tuple) != 0) { in exp_gre()
|
D | nf_conntrack_proto_dccp.c | 420 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER; in dccp_new() 664 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER; in nlattr_to_dccp() 667 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_CLIENT; in nlattr_to_dccp()
|
D | nft_ct.c | 57 nft_ct_get_eval_counter(c, k, IP_CT_DIR_REPLY); in nft_ct_get_eval_counter() 251 case IP_CT_DIR_REPLY: in nft_ct_set_zone_eval() 482 case IP_CT_DIR_REPLY: in nft_ct_get_init() 576 case IP_CT_DIR_REPLY: in nft_ct_set_init()
|
D | nf_conntrack_helper.c | 214 if (!__nf_ct_helper_find(&ct->tuplehash[IP_CT_DIR_REPLY].tuple)) in nf_ct_lookup_helper() 224 return __nf_ct_helper_find(&ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_ct_lookup_helper()
|
D | nf_conntrack_ftp.c | 95 [IP_CT_DIR_REPLY] = { 558 ftp->flags[IP_CT_DIR_REPLY] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr()
|
D | nf_conntrack_irc.c | 128 if (dir == IP_CT_DIR_REPLY) in help()
|
D | nf_conntrack_standalone.c | 323 print_tuple(s, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, l4proto); in ct_seq_show() 327 if (seq_print_acct(s, ct, IP_CT_DIR_REPLY)) in ct_seq_show()
|
D | nf_synproxy_core.c | 218 if (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY) { in synproxy_tstamp_adjust()
|
D | nf_conntrack_proto_icmpv6.c | 173 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY) in icmpv6_error_message()
|
D | nf_conntrack_proto_gre.c | 136 dir == IP_CT_DIR_REPLY ? "reply" : "orig", ct); in nf_ct_gre_keymap_add()
|
/Linux-v4.19/include/uapi/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 13 IP_CT_DIR_REPLY, enumerator 44 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 120 new_tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_update_conntrack() 138 ARG_TUPLE(&ct->tuplehash[IP_CT_DIR_REPLY].tuple)); in ip_vs_update_conntrack() 183 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback() 199 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback()
|
/Linux-v4.19/include/linux/netfilter/ |
D | nf_conntrack_zones_common.h | 10 #define NF_CT_ZONE_DIR_REPL (1 << IP_CT_DIR_REPLY)
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_nat_pptp.c | 110 if (exp->dir == IP_CT_DIR_REPLY) { in pptp_nat_expected() 155 new_callid = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.tcp.port; in pptp_outbound_pkt() 226 expect_reply->dir = IP_CT_DIR_REPLY; in pptp_exp_gre()
|
D | nf_nat_snmp_basic_main.c | 174 if (udph->source == htons(SNMP_PORT) && dir != IP_CT_DIR_REPLY) in help()
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_flow_table.h | 32 FLOW_OFFLOAD_DIR_REPLY = IP_CT_DIR_REPLY,
|