Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dexp.h115 extern uint8_t nfnl_exp_get_l4protonum(const struct nfnl_exp *, int);
/external/libnl/
Dlibnl-nf-3.sym103 nfnl_exp_get_l4protonum;
/external/libnl/lib/netfilter/
Dexp_obj.c207 nl_ip_proto2str(nfnl_exp_get_l4protonum(exp, i), buf, sizeof(buf))); in exp_dump_tuples()
758 uint8_t nfnl_exp_get_l4protonum(const struct nfnl_exp *exp, int tuple) in nfnl_exp_get_l4protonum() function
Dexp.c393 NLA_PUT_U8(msg, CTA_PROTO_NUM, nfnl_exp_get_l4protonum(exp, type)); in nfnl_exp_build_tuple()