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

/external/libnl/include/netlink/netfilter/
H A Dct.h88 extern int nfnl_ct_set_src(struct nfnl_ct *, int, struct nl_addr *);
/external/libnl/src/lib/
H A Dct.c90 if ((err = nfnl_ct_set_src(ct, reply, a)) < 0)
/external/libnl/lib/netfilter/
H A Dct.c119 err = nfnl_ct_set_src(ct, repl, addr);
137 err = nfnl_ct_set_src(ct, repl, addr);
H A Dct_obj.c583 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr) function

Completed in 121 milliseconds