Home
last modified time | relevance | path

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

/external/libnl/tests/
Dtest-nf-cache-mngr.c13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) { in change_cb()
/external/libnl/include/netlink/netfilter/
Dct.h102 extern struct nl_addr * nfnl_ct_get_dst(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
Dct_obj.c140 orig_dst = nfnl_ct_get_dst(ct, 0); in ct_dump_tuples()
142 reply_dst = nfnl_ct_get_dst(ct, 1); in ct_dump_tuples()
654 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst() function
Dct.c458 addr = nfnl_ct_get_dst(ct, repl); in nfnl_ct_build_tuple()
532 if ( nfnl_ct_get_src(ct, 1) && nfnl_ct_get_dst(ct, 1) ) in nfnl_ct_build_message()