Searched refs:packet_direct_xmit (Results 1 – 1 of 1) sorted by relevance
244 static int packet_direct_xmit(struct sk_buff *skb) in packet_direct_xmit() function275 return READ_ONCE(po->xmit) == packet_direct_xmit; in packet_use_direct_xmit()3983 WRITE_ONCE(po->xmit, val ? packet_direct_xmit : dev_queue_xmit); in packet_setsockopt()