Home
last modified time | relevance | path

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

/external/libnl/tests/
Dtest-nf-cache-mngr.c12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) || in change_cb()
/external/libnl/include/netlink/netfilter/
Dct.h89 extern struct nl_addr * nfnl_ct_get_src(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
Dct_obj.c137 orig_src = nfnl_ct_get_src(ct, 0); in ct_dump_tuples()
139 reply_src = nfnl_ct_get_src(ct, 1); in ct_dump_tuples()
597 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src() function
Dct.c400 addr = nfnl_ct_get_src(ct, repl); in nfnl_ct_build_tuple()