Lines Matching refs:ipq_handle
90 static ssize_t ipq_netlink_sendto(const struct ipq_handle *h,
93 static ssize_t ipq_netlink_recvfrom(const struct ipq_handle *h,
97 static ssize_t ipq_netlink_sendmsg(const struct ipq_handle *h,
103 static ssize_t ipq_netlink_sendto(const struct ipq_handle *h, in ipq_netlink_sendto()
113 static ssize_t ipq_netlink_sendmsg(const struct ipq_handle *h, in ipq_netlink_sendmsg()
123 static ssize_t ipq_netlink_recvfrom(const struct ipq_handle *h, in ipq_netlink_recvfrom()
209 struct ipq_handle *ipq_create_handle(uint32_t flags, uint32_t protocol) in ipq_create_handle()
212 struct ipq_handle *h; in ipq_create_handle()
214 h = (struct ipq_handle *)malloc(sizeof(struct ipq_handle)); in ipq_create_handle()
220 memset(h, 0, sizeof(struct ipq_handle)); in ipq_create_handle()
259 int ipq_destroy_handle(struct ipq_handle *h) in ipq_destroy_handle()
268 int ipq_set_mode(const struct ipq_handle *h, in ipq_set_mode()
290 ssize_t ipq_read(const struct ipq_handle *h, in ipq_read()
313 int ipq_set_verdict(const struct ipq_handle *h, in ipq_set_verdict()
358 int ipq_ctl(const struct ipq_handle *h, int request, ...) in ipq_ctl()