Home
last modified time | relevance | path

Searched refs:__DIR_REPL (Results 1 – 12 of 12) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dcopy.c217 dest->protoinfo.tcp.flags[__DIR_REPL].value = in copy_attr_tcp_flags_repl()
218 orig->protoinfo.tcp.flags[__DIR_REPL].value; in copy_attr_tcp_flags_repl()
231 dest->protoinfo.tcp.flags[__DIR_REPL].mask = in copy_attr_tcp_mask_repl()
232 orig->protoinfo.tcp.flags[__DIR_REPL].mask; in copy_attr_tcp_mask_repl()
245 dest->protoinfo.tcp.wscale[__DIR_REPL] = in copy_attr_tcp_wscale_repl()
246 orig->protoinfo.tcp.wscale[__DIR_REPL]; in copy_attr_tcp_wscale_repl()
265 dest->protoinfo.sctp.vtag[__DIR_REPL] = in copy_attr_sctp_vtag_repl()
266 orig->protoinfo.sctp.vtag[__DIR_REPL]; in copy_attr_sctp_vtag_repl()
352 dest->counters[__DIR_REPL].packets = orig->counters[__DIR_REPL].packets; in copy_attr_repl_counter_packets()
364 dest->counters[__DIR_REPL].bytes = orig->counters[__DIR_REPL].bytes; in copy_attr_repl_counter_bytes()
[all …]
Dparse.c31 case __DIR_REPL: in __parse_ip()
46 case __DIR_REPL: in __parse_ip()
62 case __DIR_REPL: in __parse_ip()
78 case __DIR_REPL: in __parse_ip()
103 case __DIR_REPL: in __parse_proto()
119 case __DIR_REPL: in __parse_proto()
135 case __DIR_REPL: in __parse_proto()
201 case __DIR_REPL: in __parse_tuple()
229 memcpy(&ct->protoinfo.tcp.wscale[__DIR_REPL], in __parse_protoinfo_tcp()
272 ct->protoinfo.sctp.vtag[__DIR_REPL] = in __parse_protoinfo_sctp()
[all …]
Dgetter.c174 return &ct->protoinfo.tcp.flags[__DIR_REPL].value; in get_attr_tcp_flags_repl()
179 return &ct->protoinfo.tcp.flags[__DIR_REPL].mask; in get_attr_tcp_mask_repl()
189 return &ct->protoinfo.tcp.wscale[__DIR_REPL]; in get_attr_tcp_wscale_repl()
204 return &ct->protoinfo.sctp.vtag[__DIR_REPL]; in get_attr_sctp_vtag_repl()
264 return &ct->counters[__DIR_REPL].packets; in get_attr_repl_counter_packets()
269 return &ct->counters[__DIR_REPL].bytes; in get_attr_repl_counter_bytes()
304 return &ct->natseq[__DIR_REPL].correction_pos; in get_attr_repl_cor_pos()
309 return &ct->natseq[__DIR_REPL].offset_before; in get_attr_repl_off_bfr()
314 return &ct->natseq[__DIR_REPL].offset_after; in get_attr_repl_off_aft()
Dparse_mnl.c60 case __DIR_REPL: in nfct_parse_ip()
75 case __DIR_REPL: in nfct_parse_ip()
91 case __DIR_REPL: in nfct_parse_ip()
107 case __DIR_REPL: in nfct_parse_ip()
163 case __DIR_REPL: in nfct_parse_proto()
179 case __DIR_REPL: in nfct_parse_proto()
195 case __DIR_REPL: in nfct_parse_proto()
292 case __DIR_REPL: in nfct_parse_tuple()
351 memcpy(&ct->protoinfo.tcp.wscale[__DIR_REPL], in nfct_parse_protoinfo_tcp()
421 ct->protoinfo.sctp.vtag[__DIR_REPL] = in nfct_parse_protoinfo_sctp()
[all …]
Dsetter.c210 ct->protoinfo.tcp.flags[__DIR_REPL].value = *((uint8_t *) value); in set_attr_tcp_flags_repl()
216 ct->protoinfo.tcp.flags[__DIR_REPL].mask = *((uint8_t *) value); in set_attr_tcp_mask_repl()
234 ct->protoinfo.sctp.vtag[__DIR_REPL] = *((uint32_t *) value); in set_attr_sctp_vtag_repl()
374 ct->natseq[__DIR_REPL].correction_pos = *((uint32_t *) value); in set_attr_repl_cor_pos()
380 ct->natseq[__DIR_REPL].offset_before = *((uint32_t *) value); in set_attr_repl_off_bfr()
386 ct->natseq[__DIR_REPL].offset_after = *((uint32_t *) value); in set_attr_repl_off_aft()
424 ct->protoinfo.tcp.wscale[__DIR_REPL] = *((uint8_t *) value); in set_attr_tcp_wscale_repl()
Dgrp_getter.c93 this->packets = ct->counters[__DIR_REPL].packets; in get_attr_grp_repl_ctrs()
94 this->bytes = ct->counters[__DIR_REPL].bytes; in get_attr_grp_repl_ctrs()
Dobjopt.c21 case __DIR_REPL: in __autocomplete()
123 __autocomplete(ct, __DIR_REPL); in setobjopt_setup_repl()
Dbuild_mnl.c156 ct->protoinfo.tcp.wscale[__DIR_REPL]); in nfct_build_protoinfo()
181 htonl(ct->protoinfo.sctp.vtag[__DIR_REPL])); in nfct_build_protoinfo()
570 nfct_build_nat_seq_adj(nlh, ct, __DIR_REPL); in nfct_nlmsg_build()
Dsnprintf_xml.c297 case __DIR_REPL: in __snprintf_tuple_xml()
327 ret = __snprintf_proto_xml(buf+offset, len, tuple, __DIR_REPL); in __snprintf_tuple_xml()
410 ret = __snprintf_tuple_xml(buf+offset, len, ct, __DIR_REPL, in __snprintf_conntrack_xml()
Dbuild.c152 &ct->protoinfo.tcp.wscale[__DIR_REPL], in __build_protoinfo()
178 htonl(ct->protoinfo.sctp.vtag[__DIR_REPL])); in __build_protoinfo()
586 __build_nat_seq_adj(req, size, ct, __DIR_REPL); in __build_conntrack()
Dsnprintf_default.c436 ret = __snprintf_counters(buf+offset, len, ct, __DIR_REPL); in __snprintf_conntrack_default()
/external/libnetfilter_conntrack/include/internal/
Dobject.h117 #define __DIR_REPL 1 macro
118 #define __DIR_MAX __DIR_REPL+1