Searched refs:IP_CT_DIR_REPLY (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/include/uapi/linux/netfilter/
H A Dnf_conntrack_tuple_common.h13 IP_CT_DIR_REPLY, enumerator in enum:ip_conntrack_dir
44 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_zones_common.h10 #define NF_CT_ZONE_DIR_REPL (1 << IP_CT_DIR_REPLY)
/linux-master/net/netfilter/
H A Dxt_connbytes.c48 what = atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
52 what += atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
62 what = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
66 what += atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
77 bytes = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
78 pkts = atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
82 atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
84 atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
H A Dnf_nat_irc.c45 newaddr = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3;
48 exp->dir = IP_CT_DIR_REPLY;
H A Dnf_nat_tftp.c31 exp->dir = IP_CT_DIR_REPLY;
H A Dnf_conntrack_tftp.c62 nf_ct_dump_tuple(&ct->tuplehash[IP_CT_DIR_REPLY].tuple);
69 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dxt_conntrack.c62 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3,
71 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3,
98 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
144 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_conntrack_broadcast.c61 exp->tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_nat_ovs.c101 if (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY)
H A Dnf_conntrack_core.c512 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode);
614 &ct->tuplehash[IP_CT_DIR_REPLY].tuple,
615 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY));
707 nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_REPLY].tuple,
708 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) &&
710 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) &&
818 rid = nf_ct_zone_id(zone, IP_CT_DIR_REPLY);
835 hlist_nulls_add_head_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode,
891 &ct->tuplehash[IP_CT_DIR_REPLY].tuple,
892 nf_ct_zone_id(nf_ct_zone(ct), IP_CT_DIR_REPLY));
[all...]
H A Dnf_conntrack_ecache.c78 hlist_nulls_add_head(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode, &evicted_list);
97 hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_REPLY].hnnode);
H A Dnf_conntrack_pptp.c178 memcpy(&t, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, sizeof(t));
212 dir = IP_CT_DIR_REPLY;
231 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_REPLY, &exp_reply->tuple) != 0) {
H A Dnf_conntrack_proto_dccp.c412 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER;
710 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER;
713 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_CLIENT;
H A Dnf_conntrack_irc.c128 if (dir == IP_CT_DIR_REPLY)
H A Dnf_conntrack_proto_sctp.c281 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = ih->init_tag;
291 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = sh->vtag;
575 ct->proto.sctp.vtag[IP_CT_DIR_REPLY]))
624 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] =
H A Dnf_nat_core.c376 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
690 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
744 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3 :
745 ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3);
778 if (dir == IP_CT_DIR_REPLY)
H A Dnf_conntrack_ftp.c90 [IP_CT_DIR_REPLY] = {
556 ftp->flags[IP_CT_DIR_REPLY] |= NF_CT_FTP_SEQ_PICKUP;
H A Dxt_HMARK.c90 rtuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_conntrack_proto_icmp.c188 if (dir == IP_CT_DIR_REPLY)
H A Dnf_nat_masquerade.c177 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_conntrack_proto_gre.c105 dir == IP_CT_DIR_REPLY ? "reply" : "orig", ct);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_nfct.c104 new_tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
122 ARG_TUPLE(&ct->tuplehash[IP_CT_DIR_REPLY].tuple));
167 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
183 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_pptp.c111 if (exp->dir == IP_CT_DIR_REPLY) {
156 new_callid = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.tcp.port;
226 expect_reply->dir = IP_CT_DIR_REPLY;
H A Dnf_nat_snmp_basic_main.c170 if (udph->source == htons(SNMP_PORT) && dir != IP_CT_DIR_REPLY)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf.c179 tuple = &ct_lk->tuplehash[IP_CT_DIR_REPLY].tuple;

Completed in 197 milliseconds

12