/linux-4.4.14/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 | 43 newaddr = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3; in help() 46 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 | 60 nf_ct_dump_tuple(&ct->tuplehash[IP_CT_DIR_REPLY].tuple); in tftp_help() 67 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in tftp_help()
|
D | nf_conntrack_core.c | 242 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode); in clean_from_lists() 382 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_ct_delete_from_lists() 527 hlist_nulls_add_head_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode, in __nf_conntrack_hash_insert() 549 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_conntrack_hash_check_insert() 560 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_conntrack_hash_check_insert() 615 hash = *(unsigned long *)&ct->tuplehash[IP_CT_DIR_REPLY].hnnode.pprev; in __nf_conntrack_confirm() 618 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in __nf_conntrack_confirm() 653 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_REPLY].tuple, in __nf_conntrack_confirm() 852 ct->tuplehash[IP_CT_DIR_REPLY].tuple = *repl; in __nf_conntrack_alloc() 854 *(unsigned long *)(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode.pprev) = hash; in __nf_conntrack_alloc() [all …]
|
D | nf_nat_tftp.c | 29 exp->dir = IP_CT_DIR_REPLY; in help()
|
D | nf_nat_core.c | 205 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in find_appropriate_src() 403 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_nat_setup_info() 457 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3 : in __nf_nat_alloc_null_binding() 458 ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3); in __nf_nat_alloc_null_binding() 492 if (dir == IP_CT_DIR_REPLY) in nf_nat_packet()
|
D | nf_conntrack_broadcast.c | 62 exp->tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in nf_conntrack_broadcast_help()
|
D | nf_conntrack_proto_sctp.c | 429 dir == IP_CT_DIR_REPLY && in sctp_packet() 496 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = in sctp_new() 512 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = sh->vtag; in sctp_new() 540 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_pptp.c | 194 memcpy(&t, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, sizeof(t)); in pptp_destroy_siblings() 228 dir = IP_CT_DIR_REPLY; in exp_gre() 247 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_REPLY, &exp_reply->tuple) != 0) { in exp_gre()
|
D | nf_conntrack_proto_dccp.c | 450 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER; in dccp_new() 690 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER; in nlattr_to_dccp() 693 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_CLIENT; in nlattr_to_dccp()
|
D | nf_conntrack_standalone.c | 245 print_tuple(s, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, in ct_seq_show() 250 if (seq_print_acct(s, ct, IP_CT_DIR_REPLY)) in ct_seq_show()
|
D | nf_conntrack_ftp.c | 93 [IP_CT_DIR_REPLY] = { 569 ftp->flags[IP_CT_DIR_REPLY] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr()
|
D | nf_conntrack_irc.c | 126 if (dir == IP_CT_DIR_REPLY) in help()
|
D | nf_synproxy_core.c | 218 if (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY) { in synproxy_tstamp_adjust()
|
D | nf_conntrack_netlink.c | 270 if (dump_counters(skb, acct, IP_CT_DIR_REPLY, type) < 0) in ctnetlink_dump_acct() 442 seq = &seqadj->seq[IP_CT_DIR_REPLY]; in ctnetlink_dump_ct_seq_adj() 506 if (ctnetlink_dump_tuples(skb, nf_ct_tuple(ct, IP_CT_DIR_REPLY)) < 0) in ctnetlink_fill_info() 697 if (ctnetlink_dump_tuples(skb, nf_ct_tuple(ct, IP_CT_DIR_REPLY)) < 0) in ctnetlink_conntrack_event() 1041 tuple->dst.dir = IP_CT_DIR_REPLY; in ctnetlink_parse_tuple() 1627 ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_REPLY], in ctnetlink_change_seq_adj() 2198 if (ctnetlink_dump_tuples(skb, nf_ct_tuple(ct, IP_CT_DIR_REPLY)) < 0) in __ctnetlink_glue_build()
|
D | nft_ct.c | 302 case IP_CT_DIR_REPLY: in nft_ct_get_init()
|
D | xt_HMARK.c | 91 rtuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in hmark_ct_set_htuple()
|
D | nf_conntrack_proto_gre.c | 135 dir == IP_CT_DIR_REPLY ? "reply" : "orig", ct); in nf_ct_gre_keymap_add()
|
D | nf_conntrack_helper.c | 213 helper = __nf_ct_helper_find(&ct->tuplehash[IP_CT_DIR_REPLY].tuple); in __nf_ct_try_assign_helper()
|
D | nf_nat_sip.c | 280 if (dir == IP_CT_DIR_REPLY && ct_sip_info->forced_dport) { in nf_nat_sip()
|
D | nf_conntrack_proto_tcp.c | 593 && dir == IP_CT_DIR_REPLY)) in tcp_in_window()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 6 IP_CT_DIR_REPLY, enumerator 37 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 111 new_tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_update_conntrack() 130 ARG_TUPLE(&ct->tuplehash[IP_CT_DIR_REPLY].tuple), in ip_vs_update_conntrack() 170 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback() 190 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback()
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_zones_common.h | 9 #define NF_CT_ZONE_DIR_REPL (1 << IP_CT_DIR_REPLY)
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_pptp.c | 105 if (exp->dir == IP_CT_DIR_REPLY) { in pptp_nat_expected() 146 new_callid = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.tcp.port; in pptp_outbound_pkt() 213 expect_reply->dir = IP_CT_DIR_REPLY; in pptp_exp_gre()
|
D | nf_conntrack_l3proto_ipv4_compat.c | 165 print_tuple(s, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, in ct_seq_show() 171 if (seq_print_acct(s, ct, IP_CT_DIR_REPLY)) in ct_seq_show()
|
D | nf_conntrack_proto_icmp.c | 171 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY) in icmp_error_message()
|
D | nf_nat_l3proto_ipv4.c | 227 if (dir == IP_CT_DIR_REPLY) in nf_nat_icmp_reply_translation()
|
D | nf_nat_snmp_basic.c | 1228 if (udph->source == htons(SNMP_PORT) && dir != IP_CT_DIR_REPLY) in help()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 187 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY) in icmpv6_error_message()
|
D | nf_nat_l3proto_ipv6.c | 233 if (dir == IP_CT_DIR_REPLY) in nf_nat_icmpv6_reply_translation()
|