Searched refs:nfnl_ct_get_mark (Results 1 – 2 of 2) sorted by relevance
78 extern uint32_t nfnl_ct_get_mark(const struct nfnl_ct *);
192 if (nfnl_ct_test_mark(ct) && nfnl_ct_get_mark(ct)) in ct_dump_line()193 nl_dump(p, "mark %u ", nfnl_ct_get_mark(ct)); in ct_dump_line()527 uint32_t nfnl_ct_get_mark(const struct nfnl_ct *ct) in nfnl_ct_get_mark() function