Searched refs:nfnl_log (Results 1 - 5 of 5) sorted by relevance

/external/libnl/include/netlink/netfilter/
H A Dlog.h26 struct nfnl_log;
42 extern struct nfnl_log * nfnl_log_alloc(void);
44 struct nfnl_log **);
46 extern void nfnl_log_get(struct nfnl_log *);
47 extern void nfnl_log_put(struct nfnl_log *);
50 extern void nfnl_log_set_group(struct nfnl_log *, uint16_t);
51 extern int nfnl_log_test_group(const struct nfnl_log *);
52 extern uint16_t nfnl_log_get_group(const struct nfnl_log *);
54 extern void nfnl_log_set_copy_mode(struct nfnl_log *,
56 extern int nfnl_log_test_copy_mode(const struct nfnl_log *);
[all...]
/external/libnl/lib/netfilter/
H A Dlog_obj.c31 struct nfnl_log *log = (struct nfnl_log *) a;
82 struct nfnl_log *nfnl_log_alloc(void)
84 return (struct nfnl_log *) nl_object_alloc(&log_obj_ops);
87 void nfnl_log_get(struct nfnl_log *log)
92 void nfnl_log_put(struct nfnl_log *log)
104 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group)
110 int nfnl_log_test_group(const struct nfnl_log *log)
115 uint16_t nfnl_log_get_group(const struct nfnl_log *log)
120 void nfnl_log_set_copy_mode(struct nfnl_log *lo
[all...]
H A Dlog.c101 static int nfnl_log_build_request(const struct nfnl_log *log,
161 int nfnl_log_build_create_request(const struct nfnl_log *log,
182 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log)
193 int nfnl_log_build_change_request(const struct nfnl_log *log,
199 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log)
210 int nfnl_log_build_delete_request(const struct nfnl_log *log,
220 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log)
/external/libnl/src/
H A Dnf-log.c20 static struct nfnl_log *alloc_log(void)
22 struct nfnl_log *log;
56 struct nfnl_log *log;
/external/libnl/include/
H A Dnetlink-types.h763 struct nfnl_log { struct

Completed in 352 milliseconds