Searched refs:__DIR_ORIG (Results 1 – 15 of 15) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | parse.c | 28 case __DIR_ORIG: in __parse_ip() 43 case __DIR_ORIG: in __parse_ip() 59 case __DIR_ORIG: in __parse_ip() 75 case __DIR_ORIG: in __parse_ip() 100 case __DIR_ORIG: in __parse_proto() 116 case __DIR_ORIG: in __parse_proto() 132 case __DIR_ORIG: in __parse_proto() 198 case __DIR_ORIG: in __parse_tuple() 222 memcpy(&ct->protoinfo.tcp.wscale[__DIR_ORIG], in __parse_protoinfo_tcp() 266 ct->protoinfo.sctp.vtag[__DIR_ORIG] = in __parse_protoinfo_sctp() [all …]
|
D | copy.c | 210 dest->protoinfo.tcp.flags[__DIR_ORIG].value = in copy_attr_tcp_flags_orig() 211 orig->protoinfo.tcp.flags[__DIR_ORIG].value; in copy_attr_tcp_flags_orig() 224 dest->protoinfo.tcp.flags[__DIR_ORIG].mask = in copy_attr_tcp_mask_orig() 225 orig->protoinfo.tcp.flags[__DIR_ORIG].mask; in copy_attr_tcp_mask_orig() 238 dest->protoinfo.tcp.wscale[__DIR_ORIG] = in copy_attr_tcp_wscale_orig() 239 orig->protoinfo.tcp.wscale[__DIR_ORIG]; in copy_attr_tcp_wscale_orig() 258 dest->protoinfo.sctp.vtag[__DIR_ORIG] = in copy_attr_sctp_vtag_orig() 259 orig->protoinfo.sctp.vtag[__DIR_ORIG]; in copy_attr_sctp_vtag_orig() 346 dest->counters[__DIR_ORIG].packets = orig->counters[__DIR_ORIG].packets; in copy_attr_orig_counter_packets() 358 dest->counters[__DIR_ORIG].bytes = orig->counters[__DIR_ORIG].bytes; in copy_attr_orig_counter_bytes() [all …]
|
D | parse_mnl.c | 57 case __DIR_ORIG: in nfct_parse_ip() 72 case __DIR_ORIG: in nfct_parse_ip() 88 case __DIR_ORIG: in nfct_parse_ip() 104 case __DIR_ORIG: in nfct_parse_ip() 160 case __DIR_ORIG: in nfct_parse_proto() 176 case __DIR_ORIG: in nfct_parse_proto() 192 case __DIR_ORIG: in nfct_parse_proto() 289 case __DIR_ORIG: in nfct_parse_tuple() 344 memcpy(&ct->protoinfo.tcp.wscale[__DIR_ORIG], in nfct_parse_protoinfo_tcp() 415 ct->protoinfo.sctp.vtag[__DIR_ORIG] = in nfct_parse_protoinfo_sctp() [all …]
|
D | getter.c | 164 return &ct->protoinfo.tcp.flags[__DIR_ORIG].value; in get_attr_tcp_flags_orig() 169 return &ct->protoinfo.tcp.flags[__DIR_ORIG].mask; in get_attr_tcp_mask_orig() 184 return &ct->protoinfo.tcp.wscale[__DIR_ORIG]; in get_attr_tcp_wscale_orig() 199 return &ct->protoinfo.sctp.vtag[__DIR_ORIG]; in get_attr_sctp_vtag_orig() 254 return &ct->counters[__DIR_ORIG].packets; in get_attr_orig_counter_packets() 259 return &ct->counters[__DIR_ORIG].bytes; in get_attr_orig_counter_bytes() 289 return &ct->natseq[__DIR_ORIG].correction_pos; in get_attr_orig_cor_pos() 294 return &ct->natseq[__DIR_ORIG].offset_before; in get_attr_orig_off_bfr() 299 return &ct->natseq[__DIR_ORIG].offset_after; in get_attr_orig_off_aft()
|
D | setter.c | 198 ct->protoinfo.tcp.flags[__DIR_ORIG].value = *((uint8_t *) value); in set_attr_tcp_flags_orig() 204 ct->protoinfo.tcp.flags[__DIR_ORIG].mask = *((uint8_t *) value); in set_attr_tcp_mask_orig() 228 ct->protoinfo.sctp.vtag[__DIR_ORIG] = *((uint32_t *) value); in set_attr_sctp_vtag_orig() 356 ct->natseq[__DIR_ORIG].correction_pos = *((uint32_t *) value); in set_attr_orig_cor_pos() 362 ct->natseq[__DIR_ORIG].offset_before = *((uint32_t *) value); in set_attr_orig_off_bfr() 368 ct->natseq[__DIR_ORIG].offset_after = *((uint32_t *) value); in set_attr_orig_off_aft() 418 ct->protoinfo.tcp.wscale[__DIR_ORIG] = *((uint8_t *) value); in set_attr_tcp_wscale_orig()
|
D | grp_getter.c | 86 this->packets = ct->counters[__DIR_ORIG].packets; in get_attr_grp_orig_ctrs() 87 this->bytes = ct->counters[__DIR_ORIG].bytes; in get_attr_grp_orig_ctrs()
|
D | build_mnl.c | 152 ct->protoinfo.tcp.wscale[__DIR_ORIG]); in nfct_build_protoinfo() 177 htonl(ct->protoinfo.sctp.vtag[__DIR_ORIG])); in nfct_build_protoinfo() 234 int type = (dir == __DIR_ORIG) ? CTA_NAT_SEQ_ADJ_ORIG : in nfct_build_nat_seq_adj() 565 nfct_build_nat_seq_adj(nlh, ct, __DIR_ORIG); in nfct_nlmsg_build()
|
D | objopt.c | 17 case __DIR_ORIG: in __autocomplete() 118 __autocomplete(ct, __DIR_ORIG); in setobjopt_setup_orig()
|
D | snprintf_xml.c | 294 case __DIR_ORIG: in __snprintf_tuple_xml() 302 dir == __DIR_ORIG ? "original" : "reply"); in __snprintf_tuple_xml() 324 ret = __snprintf_proto_xml(buf+offset, len, tuple, __DIR_ORIG); in __snprintf_tuple_xml() 406 ret = __snprintf_tuple_xml(buf+offset, len, ct, __DIR_ORIG, in __snprintf_conntrack_xml()
|
D | build.c | 147 &ct->protoinfo.tcp.wscale[__DIR_ORIG], in __build_protoinfo() 174 htonl(ct->protoinfo.sctp.vtag[__DIR_ORIG])); in __build_protoinfo() 247 int type = (dir == __DIR_ORIG) ? CTA_NAT_SEQ_ADJ_ORIG : in __build_nat_seq_adj() 581 __build_nat_seq_adj(req, size, ct, __DIR_ORIG); in __build_conntrack()
|
D | snprintf_default.c | 413 ret = __snprintf_counters(buf+offset, len, ct, __DIR_ORIG); in __snprintf_conntrack_default()
|
/external/libnetfilter_conntrack/src/expect/ |
D | parse.c | 48 __DIR_ORIG, in __parse_expect() 55 __DIR_ORIG, in __parse_expect() 62 __DIR_ORIG, in __parse_expect() 104 __DIR_ORIG, in __parse_expect()
|
D | parse_mnl.c | 63 __DIR_ORIG, exp->master.set); in nfexp_nlmsg_parse() 71 __DIR_ORIG, exp->expected.set); in nfexp_nlmsg_parse() 79 __DIR_ORIG, exp->mask.set); in nfexp_nlmsg_parse()
|
/external/libnetfilter_conntrack/include/internal/ |
D | internal.h | 70 #define TUPLE_SET(dir) (dir == __DIR_ORIG ? TS_ORIG : TS_REPL)
|
D | object.h | 116 #define __DIR_ORIG 0 macro
|