Home | History | Annotate | Download | only in netfilter

Lines Matching refs:nfnl_log_msg

40 	struct nfnl_log_msg *msg = (struct nfnl_log_msg *) c;
51 struct nfnl_log_msg *dst = (struct nfnl_log_msg *) _dst;
52 struct nfnl_log_msg *src = (struct nfnl_log_msg *) _src;
75 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) a;
177 struct nfnl_log_msg *nfnl_log_msg_alloc(void)
179 return (struct nfnl_log_msg *) nl_object_alloc(&log_msg_obj_ops);
182 void nfnl_log_msg_get(struct nfnl_log_msg *msg)
187 void nfnl_log_msg_put(struct nfnl_log_msg *msg)
199 void nfnl_log_msg_set_family(struct nfnl_log_msg *msg, uint8_t family)
205 uint8_t nfnl_log_msg_get_family(const struct nfnl_log_msg *msg)
213 void nfnl_log_msg_set_hwproto(struct nfnl_log_msg *msg, uint16_t hwproto)
219 int nfnl_log_msg_test_hwproto(const struct nfnl_log_msg *msg)
224 uint16_t nfnl_log_msg_get_hwproto(const struct nfnl_log_msg *msg)
229 void nfnl_log_msg_set_hook(struct nfnl_log_msg *msg, uint8_t hook)
235 int nfnl_log_msg_test_hook(const struct nfnl_log_msg *msg)
240 uint8_t nfnl_log_msg_get_hook(const struct nfnl_log_msg *msg)
245 void nfnl_log_msg_set_mark(struct nfnl_log_msg *msg, uint32_t mark)
251 int nfnl_log_msg_test_mark(const struct nfnl_log_msg *msg)
256 uint32_t nfnl_log_msg_get_mark(const struct nfnl_log_msg *msg)
261 void nfnl_log_msg_set_timestamp(struct nfnl_log_msg *msg, struct timeval *tv)
268 const struct timeval *nfnl_log_msg_get_timestamp(const struct nfnl_log_msg *msg)
275 void nfnl_log_msg_set_indev(struct nfnl_log_msg *msg, uint32_t indev)
281 uint32_t nfnl_log_msg_get_indev(const struct nfnl_log_msg *msg)
286 void nfnl_log_msg_set_outdev(struct nfnl_log_msg *msg, uint32_t outdev)
292 uint32_t nfnl_log_msg_get_outdev(const struct nfnl_log_msg *msg)
297 void nfnl_log_msg_set_physindev(struct nfnl_log_msg *msg, uint32_t physindev)
303 uint32_t nfnl_log_msg_get_physindev(const struct nfnl_log_msg *msg)
308 void nfnl_log_msg_set_physoutdev(struct nfnl_log_msg *msg, uint32_t physoutdev)
314 uint32_t nfnl_log_msg_get_physoutdev(const struct nfnl_log_msg *msg)
319 void nfnl_log_msg_set_hwaddr(struct nfnl_log_msg *msg, uint8_t *hwaddr, int len)
328 const uint8_t *nfnl_log_msg_get_hwaddr(const struct nfnl_log_msg *msg, int *len)
339 int nfnl_log_msg_set_payload(struct nfnl_log_msg *msg, uint8_t *payload, int len)
352 const void *nfnl_log_msg_get_payload(const struct nfnl_log_msg *msg, int *len)
363 int nfnl_log_msg_set_prefix(struct nfnl_log_msg *msg, void *prefix)
374 const char *nfnl_log_msg_get_prefix(const struct nfnl_log_msg *msg)
379 void nfnl_log_msg_set_uid(struct nfnl_log_msg *msg, uint32_t uid)
385 int nfnl_log_msg_test_uid(const struct nfnl_log_msg *msg)
390 uint32_t nfnl_log_msg_get_uid(const struct nfnl_log_msg *msg)
395 void nfnl_log_msg_set_gid(struct nfnl_log_msg *msg, uint32_t gid)
401 int nfnl_log_msg_test_gid(const struct nfnl_log_msg *msg)
406 uint32_t nfnl_log_msg_get_gid(const struct nfnl_log_msg *msg)
412 void nfnl_log_msg_set_seq(struct nfnl_log_msg *msg, uint32_t seq)
418 int nfnl_log_msg_test_seq(const struct nfnl_log_msg *msg)
423 uint32_t nfnl_log_msg_get_seq(const struct nfnl_log_msg *msg)
428 void nfnl_log_msg_set_seq_global(struct nfnl_log_msg *msg, uint32_t seq_global)
434 int nfnl_log_msg_test_seq_global(const struct nfnl_log_msg *msg)
439 uint32_t nfnl_log_msg_get_seq_global(const struct nfnl_log_msg *msg)
448 .oo_size = sizeof(struct nfnl_log_msg),