Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/netfilter/
Dct.h92 extern uint32_t nfnl_ct_get_id(const struct nfnl_ct *);
/third_party/libnl/
Dlibnl-nf-3.sym28 nfnl_ct_get_id;
/third_party/libnl/lib/netfilter/
Dct.c536 NLA_PUT_U32(msg, CTA_ID, htonl(nfnl_ct_get_id(ct))); in nfnl_ct_build_message()
Dct_obj.c592 uint32_t nfnl_ct_get_id(const struct nfnl_ct *ct) in nfnl_ct_get_id() function