Home
last modified time | relevance | path

Searched refs:nfnl_ct_get_zone (Results 1 – 4 of 4) sorted by relevance

/third_party/libnl/include/netlink/netfilter/
Dct.h96 extern uint16_t nfnl_ct_get_zone(const struct nfnl_ct *);
/third_party/libnl/
Dlibnl-nf-3.sym39 nfnl_ct_get_zone;
/third_party/libnl/lib/netfilter/
Dct_obj.c199 nl_dump(p, "zone %hu ", nfnl_ct_get_zone(ct)); in ct_dump_line()
608 uint16_t nfnl_ct_get_zone(const struct nfnl_ct *ct) in nfnl_ct_get_zone() function
Dct.c539 NLA_PUT_U16(msg, CTA_ZONE, htons(nfnl_ct_get_zone(ct))); in nfnl_ct_build_message()