Home
last modified time | relevance | path

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

/third_party/libnl/tests/
Dtest-nf-cache-mngr.c14 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) || in change_cb()
/third_party/libnl/include/netlink/netfilter/
Dct.h99 extern struct nl_addr * nfnl_ct_get_src(const struct nfnl_ct *, int);
/third_party/libnl/
Dlibnl-nf-3.sym32 nfnl_ct_get_src;
/third_party/libnl/lib/netfilter/
Dct_obj.c140 orig_src = nfnl_ct_get_src(ct, 0); in ct_dump_tuples()
142 reply_src = nfnl_ct_get_src(ct, 1); in ct_dump_tuples()
646 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src() function
Dct.c442 addr = nfnl_ct_get_src(ct, repl); in nfnl_ct_build_tuple()
522 if ( nfnl_ct_get_src(ct, 1) && nfnl_ct_get_dst(ct, 1) ) in nfnl_ct_build_message()