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

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

Completed in 1351 milliseconds