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

  /external/libnl/tests/
test-nf-cache-mngr.c 12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) ||
  /external/libnl/include/netlink/netfilter/
ct.h 99 extern struct nl_addr * nfnl_ct_get_src(const struct nfnl_ct *, int);
  /external/libnl/lib/netfilter/
ct.c 452 addr = nfnl_ct_get_src(ct, repl);
532 if ( nfnl_ct_get_src(ct, 1) && nfnl_ct_get_dst(ct, 1) )
ct_obj.c 139 orig_src = nfnl_ct_get_src(ct, 0);
141 reply_src = nfnl_ct_get_src(ct, 1);
645 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) function

Completed in 57 milliseconds