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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_connbytes.c48 what = counters[IP_CT_DIR_REPLY].packets;
52 what += counters[IP_CT_DIR_REPLY].packets;
62 what = counters[IP_CT_DIR_REPLY].bytes;
66 what += counters[IP_CT_DIR_REPLY].bytes;
77 bytes = counters[IP_CT_DIR_REPLY].bytes;
78 pkts = counters[IP_CT_DIR_REPLY].packets;
82 counters[IP_CT_DIR_REPLY].bytes;
84 counters[IP_CT_DIR_REPLY].packets;
H A Dxt_conntrack.c87 FWINV((ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3.ip &
88 sinfo->sipmsk[IP_CT_DIR_REPLY].s_addr) !=
89 sinfo->tuple[IP_CT_DIR_REPLY].src.ip,
94 FWINV((ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip &
95 sinfo->dipmsk[IP_CT_DIR_REPLY].s_addr) !=
96 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,
H A Dnf_conntrack_tftp.c62 NF_CT_DUMP_TUPLE(&ct->tuplehash[IP_CT_DIR_REPLY].tuple);
67 tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_conntrack_netbios_ns.c81 exp->tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_conntrack_core.c427 repl = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
717 list_del(&ct->tuplehash[IP_CT_DIR_REPLY].list);
745 l4proto = __nf_ct_l4proto_find(ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.l3num,
746 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.protonum);
854 list_add(&ct->tuplehash[IP_CT_DIR_REPLY].list,
863 repl_hash = hash_conntrack(&ct->tuplehash[IP_CT_DIR_REPLY].tuple);
891 repl_hash = hash_conntrack(&ct->tuplehash[IP_CT_DIR_REPLY].tuple);
913 if (nf_ct_tuple_equal(&ct->tuplehash[IP_CT_DIR_REPLY].tuple,
1062 conntrack->tuplehash[IP_CT_DIR_REPLY].tuple = *repl;
1216 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY) {
[all...]
H A Dnf_conntrack_pptp.c164 memcpy(&t, &ct->tuplehash[IP_CT_DIR_REPLY].tuple, sizeof(t));
197 dir = IP_CT_DIR_REPLY;
215 if (nf_ct_gre_keymap_add(ct, IP_CT_DIR_REPLY, &exp_reply->tuple) != 0) {
H A Dnf_conntrack_proto_sctp.c411 && CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY
473 conntrack->proto.sctp.vtag[IP_CT_DIR_REPLY] =
485 conntrack->proto.sctp.vtag[IP_CT_DIR_REPLY] = sh->vtag;
H A Dnf_conntrack_netlink.c293 if (ctnetlink_dump_tuples(skb, tuple(ct, IP_CT_DIR_REPLY)) < 0)
300 ctnetlink_dump_counters(skb, ct, IP_CT_DIR_REPLY) < 0 ||
371 if (ctnetlink_dump_tuples(skb, tuple(ct, IP_CT_DIR_REPLY)) < 0)
377 ctnetlink_dump_counters(skb, ct, IP_CT_DIR_REPLY) < 0)
402 ctnetlink_dump_counters(skb, ct, IP_CT_DIR_REPLY) < 0))
560 tuple->dst.dir = IP_CT_DIR_REPLY;
H A Dnf_conntrack_standalone.c162 if (print_tuple(s, &conntrack->tuplehash[IP_CT_DIR_REPLY].tuple,
166 if (seq_print_counters(s, &conntrack->counters[IP_CT_DIR_REPLY]))
H A Dnf_conntrack_irc.c110 if (dir == IP_CT_DIR_REPLY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_irc.c48 exp->dir = IP_CT_DIR_REPLY;
61 ip = ntohl(exp->master->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip);
H A Dnf_nat_rule.c180 ? ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip
181 : ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3.ip);
195 ? ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip
196 : ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u3.ip);
199 ? ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.all
200 : ct->tuplehash[IP_CT_DIR_REPLY].tuple.src.u.all);
H A Dipt_cone.c50 return (ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.protonum
52 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u3.ip
54 ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.udp.port
84 struct nf_conntrack_tuple *tuple = &ct->tuplehash[IP_CT_DIR_REPLY].tuple;
H A Dnf_nat_tftp.c31 exp->dir = IP_CT_DIR_REPLY;
H A Dnf_conntrack_proto_icmp.c97 if (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY) {
199 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY)
202 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY)
H A Dnf_nat_pptp.c105 if (exp->dir == IP_CT_DIR_REPLY) {
142 new_callid = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.tcp.port;
209 expect_reply->dir = IP_CT_DIR_REPLY;
H A Dnf_nat_core.c193 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
333 &ct->tuplehash[IP_CT_DIR_REPLY].tuple);
422 if (dir == IP_CT_DIR_REPLY)
531 if (dir == IP_CT_DIR_REPLY)
H A Dnf_conntrack_l3proto_ipv4_compat.c141 if (print_tuple(s, &ct->tuplehash[IP_CT_DIR_REPLY].tuple,
145 if (seq_print_counters(s, &ct->counters[IP_CT_DIR_REPLY]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_conntrack.h21 #define IP_CT_DIR_REPLY 1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c98 if (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY) {
197 if (NF_CT_DIRECTION(h) == IP_CT_DIR_REPLY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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],

Completed in 101 milliseconds

12