Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
Dct.h106 extern uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
Dct_obj.c145 orig_sport = nfnl_ct_get_src_port(ct, 0); in ct_dump_tuples()
151 reply_sport = nfnl_ct_get_src_port(ct, 1); in ct_dump_tuples()
678 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src_port() function
Dct.c475 htons(nfnl_ct_get_src_port(ct, repl))); in nfnl_ct_build_tuple()