D | build.c | 14 const struct nf_expect *exp) in __build_timeout() argument 16 nfnl_addattr32(&req->nlh, size, CTA_EXPECT_TIMEOUT,htonl(exp->timeout)); in __build_timeout() 20 const struct nf_expect *exp) in __build_zone() argument 22 nfnl_addattr16(&req->nlh, size, CTA_EXPECT_ZONE, htons(exp->zone)); in __build_zone() 26 size_t size, const struct nf_expect *exp) in __build_flags() argument 28 nfnl_addattr32(&req->nlh, size, CTA_EXPECT_FLAGS,htonl(exp->flags)); in __build_flags() 33 const struct nf_expect *exp) in __build_class() argument 35 nfnl_addattr32(&req->nlh, size, CTA_EXPECT_CLASS, htonl(exp->class)); in __build_class() 39 const struct nf_expect *exp) in __build_helper_name() argument 42 exp->helper_name, strlen(exp->helper_name)+1); in __build_helper_name() [all …]
|