Searched refs:nfnl_log (Results 1 – 5 of 5) sorted by relevance
/third_party/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 …]
|
/third_party/libnl/lib/netfilter/ |
D | log_obj.c | 32 struct nfnl_log *log = (struct nfnl_log *) a; in nfnl_log_dump() 83 struct nfnl_log *nfnl_log_alloc(void) in nfnl_log_alloc() 85 return (struct nfnl_log *) nl_object_alloc(&log_obj_ops); in nfnl_log_alloc() 88 void nfnl_log_get(struct nfnl_log *log) in nfnl_log_get() 93 void nfnl_log_put(struct nfnl_log *log) in nfnl_log_put() 105 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group) in nfnl_log_set_group() 111 int nfnl_log_test_group(const struct nfnl_log *log) in nfnl_log_test_group() 116 uint16_t nfnl_log_get_group(const struct nfnl_log *log) in nfnl_log_get_group() 121 void nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode) in nfnl_log_set_copy_mode() 127 int nfnl_log_test_copy_mode(const struct nfnl_log *log) in nfnl_log_test_copy_mode() [all …]
|
D | log.c | 102 static int nfnl_log_build_request(const struct nfnl_log *log, in nfnl_log_build_request() 162 int nfnl_log_build_create_request(const struct nfnl_log *log, in nfnl_log_build_create_request() 183 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create() 194 int nfnl_log_build_change_request(const struct nfnl_log *log, in nfnl_log_build_change_request() 200 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_change() 211 int nfnl_log_build_delete_request(const struct nfnl_log *log, in nfnl_log_build_delete_request() 221 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_delete()
|
/third_party/libnl/src/ |
D | nf-log.c | 23 static struct nfnl_log *alloc_log(void) in alloc_log() 25 struct nfnl_log *log; in alloc_log() 58 struct nfnl_log *log; in main()
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 984 struct nfnl_log { struct
|