rfcomm_dlc        198 include/net/bluetooth/rfcomm.h 	void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb);
rfcomm_dlc        199 include/net/bluetooth/rfcomm.h 	void (*state_change)(struct rfcomm_dlc *d, int err);
rfcomm_dlc        200 include/net/bluetooth/rfcomm.h 	void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig);
rfcomm_dlc        235 include/net/bluetooth/rfcomm.h struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio);
rfcomm_dlc        236 include/net/bluetooth/rfcomm.h void rfcomm_dlc_free(struct rfcomm_dlc *d);
rfcomm_dlc        237 include/net/bluetooth/rfcomm.h int  rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst,
rfcomm_dlc        239 include/net/bluetooth/rfcomm.h int  rfcomm_dlc_close(struct rfcomm_dlc *d, int reason);
rfcomm_dlc        240 include/net/bluetooth/rfcomm.h int  rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb);
rfcomm_dlc        241 include/net/bluetooth/rfcomm.h void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb);
rfcomm_dlc        242 include/net/bluetooth/rfcomm.h int  rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig);
rfcomm_dlc        243 include/net/bluetooth/rfcomm.h int  rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig);
rfcomm_dlc        244 include/net/bluetooth/rfcomm.h void rfcomm_dlc_accept(struct rfcomm_dlc *d);
rfcomm_dlc        245 include/net/bluetooth/rfcomm.h struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel);
rfcomm_dlc        250 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_hold(struct rfcomm_dlc *d)
rfcomm_dlc        255 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_put(struct rfcomm_dlc *d)
rfcomm_dlc        261 include/net/bluetooth/rfcomm.h void __rfcomm_dlc_throttle(struct rfcomm_dlc *d);
rfcomm_dlc        262 include/net/bluetooth/rfcomm.h void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d);
rfcomm_dlc        264 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d)
rfcomm_dlc        270 include/net/bluetooth/rfcomm.h static inline void rfcomm_dlc_unthrottle(struct rfcomm_dlc *d)
rfcomm_dlc        308 include/net/bluetooth/rfcomm.h 	struct rfcomm_dlc   *dlc;
rfcomm_dlc        318 include/net/bluetooth/rfcomm.h 							struct rfcomm_dlc **d);