Home
last modified time | relevance | path

Searched refs:nfct_build_tuple (Results 1 – 3 of 3) sorted by relevance

/external/libnetfilter_conntrack/src/expect/
Dbuild_mnl.c19 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/
Dprototypes.h43 int nfct_build_tuple(struct nlmsghdr *nlh, const struct __nfct_tuple *t, int type);
/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c95 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()