Home
last modified time | relevance | path

Searched refs:ATTR_REPL_L4PROTO (Results 1 – 13 of 13) sorted by relevance

/external/libnetfilter_conntrack/include/internal/
Dinternal.h65 (1 << ATTR_REPL_L3PROTO) | (1 << ATTR_REPL_L4PROTO) | \
/external/libnetfilter_conntrack/src/conntrack/
Dgrp.c46 (1 << ATTR_REPL_L4PROTO),
Dgetter.c391 [ATTR_REPL_L4PROTO] = get_attr_repl_l4proto,
Dcompare.c288 if (!__cmp(ATTR_REPL_L4PROTO, ct1, ct2, flags, cmp_repl_l4proto, true)) in cmp_repl()
Dsetter.c492 [ATTR_REPL_L4PROTO] = set_attr_repl_l4proto,
Dparse.c104 set_bit(ATTR_REPL_L4PROTO, set); in __parse_proto()
Dcopy.c520 [ATTR_REPL_L4PROTO] = copy_attr_repl_l4proto,
Dbuild_mnl.c486 test_bit(ATTR_REPL_L4PROTO, ct->head.set) || in nfct_nlmsg_build()
Dbuild.c510 test_bit(ATTR_REPL_L4PROTO, ct->head.set) || in __build_conntrack()
Dapi.c1267 ATTR_REPL_L4PROTO, in nfct_copy()
Dparse_mnl.c164 set_bit(ATTR_REPL_L4PROTO, set); in nfct_parse_proto()
/external/libnetfilter_conntrack/qa/
Dtest_api.c226 nfct_set_attr_u8(ct1, ATTR_REPL_L4PROTO, IPPROTO_SCTP); in test_nfct_cmp_api_single()
229 nfct_set_attr_u8(ct1, ATTR_REPL_L4PROTO, IPPROTO_TCP); in test_nfct_cmp_api_single()
232 nfct_set_attr_u8(ct1, ATTR_REPL_L4PROTO, IPPROTO_ICMP); in test_nfct_cmp_api_single()
235 nfct_set_attr_u8(ct1, ATTR_REPL_L4PROTO, IPPROTO_TCP); in test_nfct_cmp_api_single()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h95 ATTR_REPL_L4PROTO, /* u8 bits */ enumerator