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

  /external/libnl/include/netlink/netfilter/
ct.h 101 extern int nfnl_ct_set_dst(struct nfnl_ct *, int, struct nl_addr *);
  /external/libnl/src/lib/
ct.c 99 if ((err = nfnl_ct_set_dst(ct, reply, a)) < 0)
  /external/libnl/lib/netfilter/
ct.c 142 err = nfnl_ct_set_dst(ct, repl, addr);
160 err = nfnl_ct_set_dst(ct, repl, addr);
ct_obj.c 638 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) function

Completed in 162 milliseconds