af_packet: don't emit packet on orig fanout group
[pandora-kernel.git] / include / linux / netdevice.h
index d178fb8..00ca32b 100644 (file)
@@ -1513,6 +1513,8 @@ struct packet_type {
        struct sk_buff          **(*gro_receive)(struct sk_buff **head,
                                               struct sk_buff *skb);
        int                     (*gro_complete)(struct sk_buff *skb);
+       bool                    (*id_match)(struct packet_type *ptype,
+                                           struct sock *sk);
        void                    *af_packet_priv;
        struct list_head        list;
 };