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 91 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 128 err = nfnl_ct_set_dst(ct, repl, addr);
146 err = nfnl_ct_set_dst(ct, repl, addr);
ct_obj.c 590 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) function

Completed in 30 milliseconds