nfq_get_physoutdev_name - get the name of the interface the packet will be sent to
See nfq_get_indev_name() documentation for nlif_handle usage.
Definition at line 960 of file libnetfilter_queue.c. References nfq_get_physoutdev(). { u_int32_t ifindex = nfq_get_physoutdev(nfad); return nlif_index2name(nlif_handle, ifindex, name); }
Here is the call graph for this function:
![]() |