Home
last modified time | relevance | path

Searched refs:IP_CT_DIR_REPLY (Results 1 – 25 of 33) sorted by relevance

12

/linux/net/netfilter/
A Dxt_connbytes.c48 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()
A Dnf_conntrack_core.c665 &ct->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_ct_delete_from_lists()
736 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) && in nf_ct_match()
842 rid = nf_ct_zone_id(zone, IP_CT_DIR_REPLY); in nf_conntrack_find_get()
882 &ct->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_conntrack_hash_check_insert()
1033 &loser_ct->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_ct_resolve_clash_harder()
1164 &ct->tuplehash[IP_CT_DIR_REPLY].tuple, in __nf_conntrack_confirm()
1559 ct->tuplehash[IP_CT_DIR_REPLY].tuple = *repl; in __nf_conntrack_alloc()
1737 rid = nf_ct_zone_id(zone, IP_CT_DIR_REPLY); in resolve_normal_ct()
1756 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY) { in resolve_normal_ct()
1962 ct->tuplehash[IP_CT_DIR_REPLY].tuple = *newreply; in nf_conntrack_alter_reply()
[all …]
A Dxt_conntrack.c62 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3, in conntrack_mt_replsrc()
71 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3, in conntrack_mt_repldst()
98 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ct_proto_port_check()
144 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ct_proto_port_check_v3()
A Dnf_nat_irc.c45 newaddr = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3; in help()
48 exp->dir = IP_CT_DIR_REPLY; in help()
A Dnf_conntrack_tftp.c62 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()
A Dnf_conntrack_proto_sctp.c308 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = ih->init_tag; in sctp_new()
318 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = sh->vtag; in sctp_new()
511 dir == IP_CT_DIR_REPLY && in nf_conntrack_sctp_packet()
564 ct->proto.sctp.vtag[IP_CT_DIR_REPLY])) in sctp_to_nlattr()
613 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = in nlattr_to_sctp()
A Dnf_nat_tftp.c31 exp->dir = IP_CT_DIR_REPLY; in help()
A Dnf_conntrack_proto_dccp.c410 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER; in dccp_new()
662 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER; in nlattr_to_dccp()
665 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_CLIENT; in nlattr_to_dccp()
A Dnf_conntrack_broadcast.c60 exp->tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in nf_conntrack_broadcast_help()
A Dnf_nat_core.c291 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in find_appropriate_src()
603 &ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_nat_setup_info()
657 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3 : in __nf_nat_alloc_null_binding()
658 ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3); in __nf_nat_alloc_null_binding()
691 if (dir == IP_CT_DIR_REPLY) in nf_nat_packet()
A Dnf_conntrack_pptp.c200 memcpy(&t, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, sizeof(t)); in pptp_destroy_siblings()
234 dir = IP_CT_DIR_REPLY; in exp_gre()
253 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_REPLY, &exp_reply->tuple) != 0) { in exp_gre()
A Dnf_conntrack_ftp.c94 [IP_CT_DIR_REPLY] = {
560 ftp->flags[IP_CT_DIR_REPLY] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr()
A Dnf_conntrack_helper.c220 if (!__nf_ct_helper_find(&ct->tuplehash[IP_CT_DIR_REPLY].tuple)) in nf_ct_lookup_helper()
230 return __nf_ct_helper_find(&ct->tuplehash[IP_CT_DIR_REPLY].tuple); in nf_ct_lookup_helper()
A Dnft_ct.c56 nft_ct_get_eval_counter(c, k, IP_CT_DIR_REPLY); in nft_ct_get_eval_counter()
253 case IP_CT_DIR_REPLY: in nft_ct_set_zone_eval()
495 case IP_CT_DIR_REPLY: in nft_ct_get_init()
602 case IP_CT_DIR_REPLY: in nft_ct_set_init()
A Dnf_conntrack_irc.c126 if (dir == IP_CT_DIR_REPLY) in help()
A Dnf_conntrack_proto_gre.c105 dir == IP_CT_DIR_REPLY ? "reply" : "orig", ct); in nf_ct_gre_keymap_add()
A Dnf_nat_masquerade.c172 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple; in inet_cmp()
A Dnf_conntrack_netlink.c290 if (dump_counters(skb, acct, IP_CT_DIR_REPLY, type) < 0) in ctnetlink_dump_acct()
461 seq = &seqadj->seq[IP_CT_DIR_REPLY]; in ctnetlink_dump_ct_seq_adj()
587 if (ctnetlink_dump_tuples(skb, nf_ct_tuple(ct, IP_CT_DIR_REPLY)) < 0) in ctnetlink_fill_info()
763 if (ctnetlink_dump_tuples(skb, nf_ct_tuple(ct, IP_CT_DIR_REPLY)) < 0) in ctnetlink_conntrack_event()
1143 tuple = nf_ct_tuple(ct, IP_CT_DIR_REPLY); in ctnetlink_filter_match()
1476 tuple->dst.dir = IP_CT_DIR_REPLY; in ctnetlink_parse_tuple_filter()
2111 ret = change_seq_adj(&seqadj->seq[IP_CT_DIR_REPLY], in ctnetlink_change_seq_adj()
2709 if (ctnetlink_dump_tuples(skb, nf_ct_tuple(ct, IP_CT_DIR_REPLY)) < 0) in __ctnetlink_glue_build()
A Dnf_conntrack_proto_icmp.c188 if (dir == IP_CT_DIR_REPLY) in nf_conntrack_inet_error()
/linux/include/uapi/linux/netfilter/
A Dnf_conntrack_tuple_common.h13 IP_CT_DIR_REPLY, enumerator
44 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
/linux/net/netfilter/ipvs/
A Dip_vs_nfct.c104 new_tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_update_conntrack()
122 ARG_TUPLE(&ct->tuplehash[IP_CT_DIR_REPLY].tuple)); in ip_vs_update_conntrack()
167 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback()
183 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback()
/linux/net/ipv4/netfilter/
A Dnf_nat_pptp.c111 if (exp->dir == IP_CT_DIR_REPLY) { in pptp_nat_expected()
156 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()
A Dnf_nat_snmp_basic_main.c170 if (udph->source == htons(SNMP_PORT) && dir != IP_CT_DIR_REPLY) in help()
/linux/include/linux/netfilter/
A Dnf_conntrack_zones_common.h10 #define NF_CT_ZONE_DIR_REPL (1 << IP_CT_DIR_REPLY)
/linux/include/net/netfilter/
A Dnf_flow_table.h90 FLOW_OFFLOAD_DIR_REPLY = IP_CT_DIR_REPLY,

Completed in 42 milliseconds

12