HomeSort by relevance Sort by last modified time
    Searched refs:__DIR_ORIG (Results 1 - 15 of 15) sorted by null

  /external/libnetfilter_conntrack/src/conntrack/
copy.c 210 dest->protoinfo.tcp.flags[__DIR_ORIG].value =
211 orig->protoinfo.tcp.flags[__DIR_ORIG].value;
224 dest->protoinfo.tcp.flags[__DIR_ORIG].mask =
225 orig->protoinfo.tcp.flags[__DIR_ORIG].mask;
238 dest->protoinfo.tcp.wscale[__DIR_ORIG] =
239 orig->protoinfo.tcp.wscale[__DIR_ORIG];
258 dest->protoinfo.sctp.vtag[__DIR_ORIG] =
259 orig->protoinfo.sctp.vtag[__DIR_ORIG];
346 dest->counters[__DIR_ORIG].packets = orig->counters[__DIR_ORIG].packets
    [all...]
parse.c 28 case __DIR_ORIG:
43 case __DIR_ORIG:
59 case __DIR_ORIG:
75 case __DIR_ORIG:
100 case __DIR_ORIG:
116 case __DIR_ORIG:
132 case __DIR_ORIG:
198 case __DIR_ORIG:
222 memcpy(&ct->protoinfo.tcp.wscale[__DIR_ORIG],
266 ct->protoinfo.sctp.vtag[__DIR_ORIG] =
    [all...]
getter.c 164 return &ct->protoinfo.tcp.flags[__DIR_ORIG].value;
169 return &ct->protoinfo.tcp.flags[__DIR_ORIG].mask;
184 return &ct->protoinfo.tcp.wscale[__DIR_ORIG];
199 return &ct->protoinfo.sctp.vtag[__DIR_ORIG];
254 return &ct->counters[__DIR_ORIG].packets;
259 return &ct->counters[__DIR_ORIG].bytes;
289 return &ct->natseq[__DIR_ORIG].correction_pos;
294 return &ct->natseq[__DIR_ORIG].offset_before;
299 return &ct->natseq[__DIR_ORIG].offset_after;
parse_mnl.c 57 case __DIR_ORIG:
72 case __DIR_ORIG:
88 case __DIR_ORIG:
104 case __DIR_ORIG:
160 case __DIR_ORIG:
176 case __DIR_ORIG:
192 case __DIR_ORIG:
289 case __DIR_ORIG:
344 memcpy(&ct->protoinfo.tcp.wscale[__DIR_ORIG],
415 ct->protoinfo.sctp.vtag[__DIR_ORIG]
    [all...]
grp_getter.c 86 this->packets = ct->counters[__DIR_ORIG].packets;
87 this->bytes = ct->counters[__DIR_ORIG].bytes;
setter.c 198 ct->protoinfo.tcp.flags[__DIR_ORIG].value = *((uint8_t *) value);
204 ct->protoinfo.tcp.flags[__DIR_ORIG].mask = *((uint8_t *) value);
228 ct->protoinfo.sctp.vtag[__DIR_ORIG] = *((uint32_t *) value);
356 ct->natseq[__DIR_ORIG].correction_pos = *((uint32_t *) value);
362 ct->natseq[__DIR_ORIG].offset_before = *((uint32_t *) value);
368 ct->natseq[__DIR_ORIG].offset_after = *((uint32_t *) value);
418 ct->protoinfo.tcp.wscale[__DIR_ORIG] = *((uint8_t *) value);
objopt.c 17 case __DIR_ORIG:
118 __autocomplete(ct, __DIR_ORIG);
build_mnl.c 152 ct->protoinfo.tcp.wscale[__DIR_ORIG]);
177 htonl(ct->protoinfo.sctp.vtag[__DIR_ORIG]));
234 int type = (dir == __DIR_ORIG) ? CTA_NAT_SEQ_ADJ_ORIG :
565 nfct_build_nat_seq_adj(nlh, ct, __DIR_ORIG);
build.c 147 &ct->protoinfo.tcp.wscale[__DIR_ORIG],
174 htonl(ct->protoinfo.sctp.vtag[__DIR_ORIG]));
247 int type = (dir == __DIR_ORIG) ? CTA_NAT_SEQ_ADJ_ORIG :
581 __build_nat_seq_adj(req, size, ct, __DIR_ORIG);
snprintf_xml.c 294 case __DIR_ORIG:
302 dir == __DIR_ORIG ? "original" : "reply");
324 ret = __snprintf_proto_xml(buf+offset, len, tuple, __DIR_ORIG);
406 ret = __snprintf_tuple_xml(buf+offset, len, ct, __DIR_ORIG,
snprintf_default.c 413 ret = __snprintf_counters(buf+offset, len, ct, __DIR_ORIG);
  /external/libnetfilter_conntrack/src/expect/
parse_mnl.c 63 __DIR_ORIG, exp->master.set);
71 __DIR_ORIG, exp->expected.set);
79 __DIR_ORIG, exp->mask.set);
parse.c 48 __DIR_ORIG,
55 __DIR_ORIG,
62 __DIR_ORIG,
104 __DIR_ORIG,
  /external/libnetfilter_conntrack/include/internal/
internal.h 70 #define TUPLE_SET(dir) (dir == __DIR_ORIG ? TS_ORIG : TS_REPL)
object.h 116 #define __DIR_ORIG 0

Completed in 973 milliseconds