Home
last modified time | relevance | path

Searched refs:ATTR_TCP_WSCALE_ORIG (Results 1 – 9 of 9) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c128 test_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set) || in nfct_build_protoinfo()
150 if (test_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set)) { in nfct_build_protoinfo()
Dbuild.c121 test_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set) || in __build_protoinfo()
144 if (test_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set)) in __build_protoinfo()
Dgetter.c432 [ATTR_TCP_WSCALE_ORIG] = get_attr_tcp_wscale_orig,
Dcopy.c561 [ATTR_TCP_WSCALE_ORIG] = copy_attr_tcp_wscale_orig,
Dsetter.c533 [ATTR_TCP_WSCALE_ORIG] = set_attr_tcp_wscale_orig,
Dparse.c225 set_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set); in __parse_protoinfo_tcp()
Dparse_mnl.c347 set_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set); in nfct_parse_protoinfo_tcp()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h136 ATTR_TCP_WSCALE_ORIG, /* u8 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c215 case ATTR_TCP_WSCALE_ORIG: in test_nfct_cmp_api_single()