Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dct.h63 extern uint8_t nfnl_ct_get_proto(const struct nfnl_ct *);
/external/libnl/lib/netfilter/
Dct_obj.c185 nl_ip_proto2str(nfnl_ct_get_proto(ct), buf, sizeof(buf))); in ct_dump_line()
439 uint8_t nfnl_ct_get_proto(const struct nfnl_ct *ct) in nfnl_ct_get_proto() function
Dct.c471 NLA_PUT_U8(msg, CTA_PROTO_NUM, nfnl_ct_get_proto(ct)); in nfnl_ct_build_tuple()