Home
last modified time | relevance | path

Searched refs:nfnl_log_create (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/netfilter/
Dlog.h94 extern int nfnl_log_create(struct nl_sock *, const struct nfnl_log *);
/external/libnl/src/
Dnf-log.c102 if ((err = nfnl_log_create(nf_sock, log)) < 0) in main()
/external/libnl/lib/netfilter/
Dlog.c182 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create() function