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 102 extern struct nl_addr * nfnl_ct_get_dst(const struct nfnl_ct *, int);
  /external/libnl/lib/netfilter/
ct.c 458 addr = nfnl_ct_get_dst(ct, repl);
532 if ( nfnl_ct_get_src(ct, 1) && nfnl_ct_get_dst(ct, 1) )
ct_obj.c 140 orig_dst = nfnl_ct_get_dst(ct, 0);
142 reply_dst = nfnl_ct_get_dst(ct, 1);
654 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) function

Completed in 80 milliseconds