Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dgrp.c22 (1 << ATTR_REPL_L3PROTO),
34 (1 << ATTR_REPL_L3PROTO),
Dgetter.c389 [ATTR_REPL_L3PROTO] = get_attr_repl_l3proto,
Dcompare.c286 if (!__cmp(ATTR_REPL_L3PROTO, ct1, ct2, flags, cmp_repl_l3proto, true)) in cmp_repl()
Dcopy.c518 [ATTR_REPL_L3PROTO] = copy_attr_repl_l3proto,
Dsetter.c490 [ATTR_REPL_L3PROTO] = set_attr_repl_l3proto,
Dparse.c526 set_bit(ATTR_REPL_L3PROTO, ct->head.set); in __parse_conntrack()
Dbuild_mnl.c485 test_bit(ATTR_REPL_L3PROTO, ct->head.set) || in nfct_nlmsg_build()
Dapi.c1266 ATTR_REPL_L3PROTO, in nfct_copy()
Dbuild.c509 test_bit(ATTR_REPL_L3PROTO, ct->head.set) || in __build_conntrack()
Dparse_mnl.c879 set_bit(ATTR_REPL_L3PROTO, ct->head.set); in nfct_payload_parse()
/external/libnetfilter_conntrack/include/internal/
Dinternal.h65 (1 << ATTR_REPL_L3PROTO) | (1 << ATTR_REPL_L4PROTO) | \
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h92 ATTR_REPL_L3PROTO = 16, /* u8 bits */ enumerator