Home
last modified time | relevance | path

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

/system/connectivity/shill/shims/
Dnetfilter_queue_processor.h136 static int InputQueueCallback(struct nfq_q_handle* queue_handle,
143 static int OutputQueueCallback(struct nfq_q_handle* queue_handle,
Dnetfilter_queue_processor.cc249 struct nfq_q_handle* queue_handle, in InputQueueCallback() argument
267 return nfq_set_verdict(queue_handle, packet.packet_id(), verdict, 0, NULL); in InputQueueCallback()
272 struct nfq_q_handle* queue_handle, in OutputQueueCallback() argument
285 return nfq_set_verdict(queue_handle, packet.packet_id(), NF_ACCEPT, 0, NULL); in OutputQueueCallback()