packet: introduce PACKET_QDISC_BYPASS socket option
[cascardo/linux.git] / net / packet / internal.h
index 1035fa2..0a87d7b 100644 (file)
@@ -114,6 +114,7 @@ struct packet_sock {
        unsigned int            tp_tx_has_off:1;
        unsigned int            tp_tstamp;
        struct net_device __rcu *cached_dev;
+       int                     (*xmit)(struct sk_buff *skb);
        struct packet_type      prot_hook ____cacheline_aligned_in_smp;
 };