Home
last modified time | relevance | path

Searched refs:nfnl_ct_set_mark (Results 1 – 5 of 5) sorted by relevance

/third_party/libnl/include/netlink/netfilter/
Dct.h82 extern void nfnl_ct_set_mark(struct nfnl_ct *, uint32_t);
/third_party/libnl/src/lib/
Dct.c66 nfnl_ct_set_mark(ct, mark); in nl_cli_ct_parse_mark()
/third_party/libnl/
Dlibnl-nf-3.sym50 nfnl_ct_set_mark;
/third_party/libnl/lib/netfilter/
Dct.c359 nfnl_ct_set_mark(ct, ntohl(nla_get_u32(tb[CTA_MARK]))); in nfnlmsg_ct_parse()
Dct_obj.c549 void nfnl_ct_set_mark(struct nfnl_ct *ct, uint32_t mark) in nfnl_ct_set_mark() function