Bluetooth: Use explicit header and body length for L2CAP SKB allocation
[deliverable/linux.git] / include / net / bluetooth / l2cap.h
index 18f4f27e0f74f8e64eb1c84d4ae8eb9c98826d3b..92511034d1d43002562f1b6c9b0b2e1d65be8ef2 100644 (file)
@@ -600,6 +600,7 @@ struct l2cap_ops {
        void                    (*set_shutdown) (struct l2cap_chan *chan);
        long                    (*get_sndtimeo) (struct l2cap_chan *chan);
        struct sk_buff          *(*alloc_skb) (struct l2cap_chan *chan,
+                                              unsigned long hdr_len,
                                               unsigned long len, int nb);
 };
 
This page took 0.026837 seconds and 5 git commands to generate.