Searched refs:nfnl_ct_get_dst (Results 1 - 4 of 4) sorted by relevance

/external/libnl/tests/
H A Dtest-nf-cache-mngr.c13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) {
/external/libnl/include/netlink/netfilter/
H A Dct.h92 extern struct nl_addr * nfnl_ct_get_dst(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
H A Dct_obj.c138 orig_dst = nfnl_ct_get_dst(ct, 0);
140 reply_dst = nfnl_ct_get_dst(ct, 1);
606 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) function
H A Dct.c406 addr = nfnl_ct_get_dst(ct, repl);

Completed in 478 milliseconds