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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dnf_conntrack_tuple_common.h7 IP_CT_DIR_REPLY, enumerator in enum:ip_conntrack_dir
11 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_tuple_common.h6 IP_CT_DIR_REPLY, enumerator in enum:ip_conntrack_dir
10 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dnf_conntrack_tuple_common.h7 IP_CT_DIR_REPLY, enumerator in enum:ip_conntrack_dir
11 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter/
H A Dnf_conntrack_tuple_common.h7 IP_CT_DIR_REPLY, enumerator in enum:ip_conntrack_dir
11 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_connbytes.c46 what = counters[IP_CT_DIR_REPLY].packets;
50 what += counters[IP_CT_DIR_REPLY].packets;
60 what = counters[IP_CT_DIR_REPLY].bytes;
64 what += counters[IP_CT_DIR_REPLY].bytes;
75 bytes = counters[IP_CT_DIR_REPLY].bytes;
76 pkts = counters[IP_CT_DIR_REPLY].packets;
80 counters[IP_CT_DIR_REPLY].bytes;
82 counters[IP_CT_DIR_REPLY].packets;
H A Dnf_conntrack_tftp.c60 nf_ct_dump_tuple(&ct->tuplehash[IP_CT_DIR_REPLY].tuple);
65 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dxt_conntrack.c64 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3,
73 return conntrack_addrcmp(&ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3,
100 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_conntrack_netbios_ns.c82 exp->tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_conntrack_proto_sctp.c372 dir == IP_CT_DIR_REPLY &&
438 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] =
450 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = sh->vtag;
482 ct->proto.sctp.vtag[IP_CT_DIR_REPLY]);
527 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] =
H A Dnf_conntrack_pptp.c191 memcpy(&t, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, sizeof(t));
225 dir = IP_CT_DIR_REPLY;
244 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_REPLY, &exp_reply->tuple) != 0) {
H A Dnf_conntrack_proto_dccp.c453 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER;
684 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER;
687 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_CLIENT;
H A Dnf_conntrack_standalone.c155 if (print_tuple(s, &ct->tuplehash[IP_CT_DIR_REPLY].tuple,
159 if (seq_print_acct(s, ct, IP_CT_DIR_REPLY))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_tftp.c30 exp->dir = IP_CT_DIR_REPLY;
H A Dnf_nat_irc.c43 exp->dir = IP_CT_DIR_REPLY;
56 ip = ntohl(exp->master->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip);
H A Dipt_cone.c65 return (ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.protonum
67 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip
69 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.udp.port
100 struct nf_conntrack_tuple *tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_nat_pptp.c104 if (exp->dir == IP_CT_DIR_REPLY) {
140 new_callid = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.tcp.port;
207 expect_reply->dir = IP_CT_DIR_REPLY;
H A Dnf_nat_rule.c113 ? ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip
114 : ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3.ip);
H A Dnf_nat_core.c179 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
325 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
419 if (dir == IP_CT_DIR_REPLY)
525 if (dir == IP_CT_DIR_REPLY)
H A Dnf_conntrack_l3proto_ipv4_compat.c135 if (print_tuple(s, &ct->tuplehash[IP_CT_DIR_REPLY].tuple,
139 if (seq_print_acct(s, ct, IP_CT_DIR_REPLY))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dhelper.h72 IP_CT_DIR_REPLY, enumerator in enum:ip_conntrack_dir
101 #define CTINFO2DIR(ctinfo) ((ctinfo) >= IP_CT_IS_REPLY ? IP_CT_DIR_REPLY : IP_CT_DIR_ORIGINAL)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_conntrack.c277 &sinfo->sipmsk[IP_CT_DIR_REPLY],
284 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = addrs[0].s_addr;
297 &sinfo->dipmsk[IP_CT_DIR_REPLY],
304 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = addrs[0].s_addr;
475 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip,
476 &sinfo->sipmsk[IP_CT_DIR_REPLY],
485 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,
486 &sinfo->dipmsk[IP_CT_DIR_REPLY],
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_conntrack.h21 #define IP_CT_DIR_REPLY 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_conntrack.c363 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
369 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
731 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip,
732 &sinfo->sipmsk[IP_CT_DIR_REPLY],
743 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,
744 &sinfo->dipmsk[IP_CT_DIR_REPLY],
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_conntrack.c370 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
376 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
738 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].src.ip,
739 &sinfo->sipmsk[IP_CT_DIR_REPLY],
750 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,
751 &sinfo->dipmsk[IP_CT_DIR_REPLY],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ftp.c174 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
196 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple;

Completed in 421 milliseconds

12