Searched refs:nfct_build_tuple (Results 1 – 3 of 3) sorted by relevance
/external/libnetfilter_conntrack/src/expect/ |
D | build_mnl.c | 19 nfct_build_tuple(nlh, &exp->expected.orig, CTA_EXPECT_TUPLE); in nfexp_nlmsg_build() 22 nfct_build_tuple(nlh, &exp->master.orig, CTA_EXPECT_MASTER); in nfexp_nlmsg_build() 25 nfct_build_tuple(nlh, &exp->mask.orig, CTA_EXPECT_MASK); in nfexp_nlmsg_build()
|
/external/libnetfilter_conntrack/include/internal/ |
D | prototypes.h | 43 int nfct_build_tuple(struct nlmsghdr *nlh, const struct __nfct_tuple *t, int type);
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | build_mnl.c | 95 nfct_build_tuple(struct nlmsghdr *nlh, const struct __nfct_tuple *t, int type) in nfct_build_tuple() function 517 nfct_build_tuple(nlh, &ct->master, CTA_TUPLE_MASTER); in nfct_nlmsg_build()
|