Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dct.h92 extern uint32_t nfnl_ct_get_id(const struct nfnl_ct *);
/external/libnl/lib/netfilter/
Dct.c546 NLA_PUT_U32(msg, CTA_ID, htonl(nfnl_ct_get_id(ct))); in nfnl_ct_build_message()
Dct_obj.c591 uint32_t nfnl_ct_get_id(const struct nfnl_ct *ct) in nfnl_ct_get_id() function