Home | History | Annotate | Download | only in netfilter

Lines Matching refs:nfnl_queue_msg

37 	struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) c;
47 struct nfnl_queue_msg *dst = (struct nfnl_queue_msg *) _dst;
48 struct nfnl_queue_msg *src = (struct nfnl_queue_msg *) _src;
65 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) a;
162 struct nfnl_queue_msg *nfnl_queue_msg_alloc(void)
164 return (struct nfnl_queue_msg *) nl_object_alloc(&queue_msg_obj_ops);
167 void nfnl_queue_msg_get(struct nfnl_queue_msg *msg)
172 void nfnl_queue_msg_put(struct nfnl_queue_msg *msg)
184 void nfnl_queue_msg_set_group(struct nfnl_queue_msg *msg, uint16_t group)
190 int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *msg)
195 uint16_t nfnl_queue_msg_get_group(const struct nfnl_queue_msg *msg)
205 void nfnl_queue_msg_set_family(struct nfnl_queue_msg *msg, uint8_t family)
211 int nfnl_queue_msg_test_family(const struct nfnl_queue_msg *msg)
216 uint8_t nfnl_queue_msg_get_family(const struct nfnl_queue_msg *msg)
224 void nfnl_queue_msg_set_packetid(struct nfnl_queue_msg *msg, uint32_t packetid)
230 int nfnl_queue_msg_test_packetid(const struct nfnl_queue_msg *msg)
235 uint32_t nfnl_queue_msg_get_packetid(const struct nfnl_queue_msg *msg)
240 void nfnl_queue_msg_set_hwproto(struct nfnl_queue_msg *msg, uint16_t hwproto)
246 int nfnl_queue_msg_test_hwproto(const struct nfnl_queue_msg *msg)
251 uint16_t nfnl_queue_msg_get_hwproto(const struct nfnl_queue_msg *msg)
256 void nfnl_queue_msg_set_hook(struct nfnl_queue_msg *msg, uint8_t hook)
262 int nfnl_queue_msg_test_hook(const struct nfnl_queue_msg *msg)
267 uint8_t nfnl_queue_msg_get_hook(const struct nfnl_queue_msg *msg)
272 void nfnl_queue_msg_set_mark(struct nfnl_queue_msg *msg, uint32_t mark)
278 int nfnl_queue_msg_test_mark(const struct nfnl_queue_msg *msg)
283 uint32_t nfnl_queue_msg_get_mark(const struct nfnl_queue_msg *msg)
288 void nfnl_queue_msg_set_timestamp(struct nfnl_queue_msg *msg,
296 int nfnl_queue_msg_test_timestamp(const struct nfnl_queue_msg *msg)
301 const struct timeval *nfnl_queue_msg_get_timestamp(const struct nfnl_queue_msg *msg)
308 void nfnl_queue_msg_set_indev(struct nfnl_queue_msg *msg, uint32_t indev)
314 int nfnl_queue_msg_test_indev(const struct nfnl_queue_msg *msg)
319 uint32_t nfnl_queue_msg_get_indev(const struct nfnl_queue_msg *msg)
324 void nfnl_queue_msg_set_outdev(struct nfnl_queue_msg *msg, uint32_t outdev)
330 int nfnl_queue_msg_test_outdev(const struct nfnl_queue_msg *msg)
335 uint32_t nfnl_queue_msg_get_outdev(const struct nfnl_queue_msg *msg)
340 void nfnl_queue_msg_set_physindev(struct nfnl_queue_msg *msg,
347 int nfnl_queue_msg_test_physindev(const struct nfnl_queue_msg *msg)
352 uint32_t nfnl_queue_msg_get_physindev(const struct nfnl_queue_msg *msg)
357 void nfnl_queue_msg_set_physoutdev(struct nfnl_queue_msg *msg,
364 int nfnl_queue_msg_test_physoutdev(const struct nfnl_queue_msg *msg)
369 uint32_t nfnl_queue_msg_get_physoutdev(const struct nfnl_queue_msg *msg)
374 void nfnl_queue_msg_set_hwaddr(struct nfnl_queue_msg *msg, uint8_t *hwaddr,
385 int nfnl_queue_msg_test_hwaddr(const struct nfnl_queue_msg *msg)
390 const uint8_t *nfnl_queue_msg_get_hwaddr(const struct nfnl_queue_msg *msg,
402 int nfnl_queue_msg_set_payload(struct nfnl_queue_msg *msg, uint8_t *payload,
416 int nfnl_queue_msg_test_payload(const struct nfnl_queue_msg *msg)
421 const void *nfnl_queue_msg_get_payload(const struct nfnl_queue_msg *msg, int *len)
437 void nfnl_queue_msg_set_verdict(struct nfnl_queue_msg *msg,
444 int nfnl_queue_msg_test_verdict(const struct nfnl_queue_msg *msg)
449 unsigned int nfnl_queue_msg_get_verdict(const struct nfnl_queue_msg *msg)
481 .oo_size = sizeof(struct nfnl_queue_msg),