Home
last modified time | relevance | path

Searched refs:lost_msg (Results 1 – 1 of 1) sorted by relevance

/external/libnl/src/
Dnf-queue.c46 struct nfnl_queue_msg *lost_msg = NULL; in obj_input() local
54 lost_msg = nfnl_queue_msg_alloc(); in obj_input()
57 nfnl_queue_msg_set_group(lost_msg, group); in obj_input()
58 nfnl_queue_msg_set_family(lost_msg, family); in obj_input()
59 nfnl_queue_msg_set_packetid(lost_msg, next_packet_id); in obj_input()
60 nfnl_queue_msg_set_verdict(lost_msg, NF_ACCEPT); in obj_input()
61 nfnl_queue_msg_send_verdict(nf_sock, lost_msg); in obj_input()
65 nfnl_queue_msg_put(lost_msg); in obj_input()