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

/external/libnl/include/netlink/netfilter/
H A Dct.h96 extern uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
H A Dct_obj.c143 orig_sport = nfnl_ct_get_src_port(ct, 0);
149 reply_sport = nfnl_ct_get_src_port(ct, 1);
630 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) function
H A Dct.c423 htons(nfnl_ct_get_src_port(ct, repl)));

Completed in 527 milliseconds