Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dct.h84 extern uint32_t nfnl_ct_get_mark(const struct nfnl_ct *);
/external/libnl/lib/netfilter/
Dct_obj.c194 if (nfnl_ct_test_mark(ct) && nfnl_ct_get_mark(ct)) in ct_dump_line()
195 nl_dump(p, "mark %u ", nfnl_ct_get_mark(ct)); in ct_dump_line()
559 uint32_t nfnl_ct_get_mark(const struct nfnl_ct *ct) in nfnl_ct_get_mark() function
Dct.c543 NLA_PUT_U32(msg, CTA_MARK, htonl(nfnl_ct_get_mark(ct))); in nfnl_ct_build_message()