Home
last modified time | relevance | path

Searched refs:nfnl_addattr16 (Results 1 – 4 of 4) sorted by relevance

/external/libnetfilter_conntrack/src/expect/
Dbuild.c22 nfnl_addattr16(&req->nlh, size, CTA_EXPECT_ZONE, htons(exp->zone)); in __build_zone()
/external/libnetfilter_conntrack/src/conntrack/
Dbuild.c435 nfnl_addattr16(&req->nlh, size, CTA_ZONE, htons(ct->zone)); in __build_zone()
498 nfnl_addattr16(&req->nlh, size, CTA_TUPLE_ZONE, in __build_conntrack()
518 nfnl_addattr16(&req->nlh, size, CTA_TUPLE_ZONE, in __build_conntrack()
/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h191 extern int nfnl_addattr16(struct nlmsghdr *, int, int, u_int16_t);
/external/libnfnetlink/src/
Dlibnfnetlink.c977 int nfnl_addattr16(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr16() function