Searched refs:nfnl_ct_set_dst (Results 1 – 4 of 4) sorted by relevance
/external/libnl/include/netlink/netfilter/ |
D | ct.h | 101 extern int nfnl_ct_set_dst(struct nfnl_ct *, int, struct nl_addr *);
|
/external/libnl/src/lib/ |
D | ct.c | 99 if ((err = nfnl_ct_set_dst(ct, reply, a)) < 0) in nl_cli_ct_parse_dst()
|
/external/libnl/lib/netfilter/ |
D | ct.c | 142 err = nfnl_ct_set_dst(ct, repl, addr); in ct_parse_ip() 160 err = nfnl_ct_set_dst(ct, repl, addr); in ct_parse_ip()
|
D | ct_obj.c | 638 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_dst() function
|