Searched refs:nfnl_addattr16 (Results 1 – 4 of 4) sorted by relevance
/external/libnetfilter_conntrack/src/expect/ |
D | build.c | 22 nfnl_addattr16(&req->nlh, size, CTA_EXPECT_ZONE, htons(exp->zone)); in __build_zone()
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | build.c | 435 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/ |
D | libnfnetlink.h | 191 extern int nfnl_addattr16(struct nlmsghdr *, int, int, u_int16_t);
|
/external/libnfnetlink/src/ |
D | libnfnetlink.c | 977 int nfnl_addattr16(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr16() function
|