Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dexp.h117 extern uint16_t nfnl_exp_get_dst_port(const struct nfnl_exp *, int);
/external/libnl/src/lib/
Dexp.c130 uint16_t dport = nfnl_exp_get_dst_port(exp, tuple); in nl_cli_exp_parse_src_port()
/external/libnl/lib/netfilter/
Dexp_obj.c211 tuple_dport = nfnl_exp_get_dst_port(exp, i); in exp_dump_tuples()
806 uint16_t nfnl_exp_get_dst_port(const struct nfnl_exp *exp, int tuple) in nfnl_exp_get_dst_port() function
Dexp.c391 htons(nfnl_exp_get_dst_port(exp, type))); in nfnl_exp_build_tuple()