Searched refs:nfnl_ct_set_dst (Results 1 - 4 of 4) sorted by relevance

/external/libnl/include/netlink/netfilter/
H A Dct.h91 extern int nfnl_ct_set_dst(struct nfnl_ct *, int, struct nl_addr *);
/external/libnl/src/lib/
H A Dct.c99 if ((err = nfnl_ct_set_dst(ct, reply, a)) < 0)
/external/libnl/lib/netfilter/
H A Dct.c128 err = nfnl_ct_set_dst(ct, repl, addr);
146 err = nfnl_ct_set_dst(ct, repl, addr);
H A Dct_obj.c590 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) function

Completed in 1147 milliseconds