Searched refs:ATTR_TCP_MASK_ORIG (Results 1 – 9 of 9) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | build_mnl.c | 126 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set) || in nfct_build_protoinfo() 139 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set)) { in nfct_build_protoinfo()
|
D | build.c | 119 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set) || in __build_protoinfo() 133 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set)) in __build_protoinfo()
|
D | getter.c | 408 [ATTR_TCP_MASK_ORIG] = get_attr_tcp_mask_orig,
|
D | setter.c | 509 [ATTR_TCP_MASK_ORIG] = set_attr_tcp_mask_orig,
|
D | parse.c | 240 set_bit(ATTR_TCP_MASK_ORIG, ct->head.set); in __parse_protoinfo_tcp()
|
D | copy.c | 537 [ATTR_TCP_MASK_ORIG] = copy_attr_tcp_mask_orig,
|
D | parse_mnl.c | 362 set_bit(ATTR_TCP_MASK_ORIG, ct->head.set); in nfct_parse_protoinfo_tcp()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 112 ATTR_TCP_MASK_ORIG, /* u8 bits */ enumerator
|
/external/libnetfilter_conntrack/qa/ |
D | test_api.c | 188 case ATTR_TCP_MASK_ORIG: in test_nfct_cmp_api_single()
|