HomeSort by relevance Sort by last modified time
    Searched refs:nfnl_ct_get_dst (Results 1 - 4 of 4) sorted by null

  /external/libnl/tests/
test-nf-cache-mngr.c 13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) {
  /external/libnl/include/netlink/netfilter/
ct.h 92 extern struct nl_addr * nfnl_ct_get_dst(const struct nfnl_ct *, int);
  /external/libnl/lib/netfilter/
ct_obj.c 138 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
ct.c 406 addr = nfnl_ct_get_dst(ct, repl);

Completed in 1828 milliseconds