Searched refs:nfnl_queue_msg (Results 1 – 5 of 5) sorted by relevance
23 struct nfnl_queue_msg;28 extern struct nfnl_queue_msg * nfnl_queue_msg_alloc(void);30 struct nfnl_queue_msg **);32 extern void nfnl_queue_msg_get(struct nfnl_queue_msg *);33 extern void nfnl_queue_msg_put(struct nfnl_queue_msg *);35 extern void nfnl_queue_msg_set_group(struct nfnl_queue_msg *, uint16_t);36 extern int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *);37 extern uint16_t nfnl_queue_msg_get_group(const struct nfnl_queue_msg *);39 extern void nfnl_queue_msg_set_family(struct nfnl_queue_msg *, uint8_t);40 extern int nfnl_queue_msg_test_family(const struct nfnl_queue_msg *);[all …]
37 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) c; in nfnl_queue_msg_free_data()47 struct nfnl_queue_msg *dst = (struct nfnl_queue_msg *) _dst; in nfnl_queue_msg_clone()48 struct nfnl_queue_msg *src = (struct nfnl_queue_msg *) _src; in nfnl_queue_msg_clone()65 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) a; in nfnl_queue_msg_dump()165 struct nfnl_queue_msg *nfnl_queue_msg_alloc(void) in nfnl_queue_msg_alloc()167 return (struct nfnl_queue_msg *) nl_object_alloc(&queue_msg_obj_ops); in nfnl_queue_msg_alloc()170 void nfnl_queue_msg_get(struct nfnl_queue_msg *msg) in nfnl_queue_msg_get()175 void nfnl_queue_msg_put(struct nfnl_queue_msg *msg) in nfnl_queue_msg_put()187 void nfnl_queue_msg_set_group(struct nfnl_queue_msg *msg, uint16_t group) in nfnl_queue_msg_set_group()193 int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_group()[all …]
64 struct nfnl_queue_msg **result) in nfnlmsg_queue_msg_parse()66 struct nfnl_queue_msg *msg; in nfnlmsg_queue_msg_parse()152 struct nfnl_queue_msg *msg; in queue_msg_parser()166 __nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *msg, in __nfnl_queue_msg_build_verdict()196 nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_build_verdict()202 nfnl_queue_msg_build_verdict_batch(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_build_verdict_batch()214 const struct nfnl_queue_msg *msg) in nfnl_queue_msg_send_verdict()237 const struct nfnl_queue_msg *msg) in nfnl_queue_msg_send_verdict_batch()262 const struct nfnl_queue_msg *msg, in nfnl_queue_msg_send_verdict_payload()
39 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) obj; in obj_input()
919 struct nfnl_queue_msg { struct