Home
last modified time | relevance | path

Searched refs:ATTR_ORIG_L3PROTO (Results 1 – 15 of 15) sorted by relevance

/external/libnetfilter_conntrack/src/expect/
Dparse.c37 set_bit(ATTR_ORIG_L3PROTO, exp->expected.set); in __parse_expect()
40 set_bit(ATTR_ORIG_L3PROTO, exp->mask.set); in __parse_expect()
43 set_bit(ATTR_ORIG_L3PROTO, exp->master.set); in __parse_expect()
96 set_bit(ATTR_ORIG_L3PROTO, exp->nat.set); in __parse_expect()
Dparse_mnl.c60 set_bit(ATTR_ORIG_L3PROTO, exp->expected.set); in nfexp_nlmsg_parse()
68 set_bit(ATTR_ORIG_L3PROTO, exp->mask.set); in nfexp_nlmsg_parse()
76 set_bit(ATTR_ORIG_L3PROTO, exp->master.set); in nfexp_nlmsg_parse()
Dbuild.c61 if (test_bit(ATTR_ORIG_L3PROTO, exp->master.set)) in __build_expect()
63 else if (test_bit(ATTR_ORIG_L3PROTO, exp->expected.set)) in __build_expect()
/external/libnetfilter_conntrack/src/conntrack/
Dgrp.c16 (1 << ATTR_ORIG_L3PROTO),
28 (1 << ATTR_ORIG_L3PROTO),
Dbuild_mnl.c444 if (!test_bit(ATTR_ORIG_L3PROTO, ct->head.set)) { in nfct_nlmsg_build()
455 test_bit(ATTR_ORIG_L3PROTO, ct->head.set) || in nfct_nlmsg_build()
Dgetter.c388 [ATTR_ORIG_L3PROTO] = get_attr_orig_l3proto,
Dbuild.c471 if (!test_bit(ATTR_ORIG_L3PROTO, ct->head.set)) { in __build_conntrack()
486 test_bit(ATTR_ORIG_L3PROTO, ct->head.set) || in __build_conntrack()
Dcompare.c165 if (!__cmp(ATTR_ORIG_L3PROTO, ct1, ct2, flags, cmp_orig_l3proto, true)) in __cmp_orig()
Dcopy.c517 [ATTR_ORIG_L3PROTO] = copy_attr_orig_l3proto,
Dparse.c518 set_bit(ATTR_ORIG_L3PROTO, ct->head.set); in __parse_conntrack()
Dsetter.c489 [ATTR_ORIG_L3PROTO] = set_attr_orig_l3proto,
Dparse_mnl.c870 set_bit(ATTR_ORIG_L3PROTO, ct->head.set); in nfct_payload_parse()
Dapi.c1244 ATTR_ORIG_L3PROTO, in nfct_copy()
/external/libnetfilter_conntrack/include/internal/
Dinternal.h55 (1 << ATTR_ORIG_L3PROTO) | (1 << ATTR_ORIG_L4PROTO) | \
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h90 ATTR_ORIG_L3PROTO, /* u8 bits */ enumerator
91 ATTR_L3PROTO = ATTR_ORIG_L3PROTO, /* alias */