Searched refs:nfnl_ct_get_mark (Results 1 – 4 of 4) sorted by relevance
84 extern uint32_t nfnl_ct_get_mark(const struct nfnl_ct *);
29 nfnl_ct_get_mark;
195 if (nfnl_ct_test_mark(ct) && nfnl_ct_get_mark(ct)) in ct_dump_line()196 nl_dump(p, "mark %u ", nfnl_ct_get_mark(ct)); in ct_dump_line()560 uint32_t nfnl_ct_get_mark(const struct nfnl_ct *ct) in nfnl_ct_get_mark() function
533 NLA_PUT_U32(msg, CTA_MARK, htonl(nfnl_ct_get_mark(ct))); in nfnl_ct_build_message()