Searched refs:nfnl_log (Results 1 – 5 of 5) sorted by relevance
/external/libnl/include/netlink/netfilter/ |
D | log.h | 26 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/ |
D | log_obj.c | 31 struct nfnl_log *log = (struct nfnl_log *) a; in nfnl_log_dump() 82 struct nfnl_log *nfnl_log_alloc(void) in nfnl_log_alloc() 84 return (struct nfnl_log *) nl_object_alloc(&log_obj_ops); in nfnl_log_alloc() 87 void nfnl_log_get(struct nfnl_log *log) in nfnl_log_get() 92 void nfnl_log_put(struct nfnl_log *log) in nfnl_log_put() 104 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group) in nfnl_log_set_group() 110 int nfnl_log_test_group(const struct nfnl_log *log) in nfnl_log_test_group() 115 uint16_t nfnl_log_get_group(const struct nfnl_log *log) in nfnl_log_get_group() 120 void nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode) in nfnl_log_set_copy_mode() 126 int nfnl_log_test_copy_mode(const struct nfnl_log *log) in nfnl_log_test_copy_mode() [all …]
|
D | log.c | 101 static int nfnl_log_build_request(const struct nfnl_log *log, in nfnl_log_build_request() 161 int nfnl_log_build_create_request(const struct nfnl_log *log, in nfnl_log_build_create_request() 182 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create() 193 int nfnl_log_build_change_request(const struct nfnl_log *log, in nfnl_log_build_change_request() 199 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_change() 210 int nfnl_log_build_delete_request(const struct nfnl_log *log, in nfnl_log_build_delete_request() 220 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_delete()
|
/external/libnl/src/ |
D | nf-log.c | 20 static struct nfnl_log *alloc_log(void) in alloc_log() 22 struct nfnl_log *log; in alloc_log() 56 struct nfnl_log *log; in main()
|
/external/libnl/include/ |
D | netlink-types.h | 763 struct nfnl_log { struct
|