Lines Matching defs:s

238 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d)  in rfcomm_dlc_link()
251 struct rfcomm_session *s = d->session; in rfcomm_dlc_unlink() local
262 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get()
277 struct rfcomm_session *s; in __rfcomm_dlc_open() local
338 struct rfcomm_session *s = d->session; in __rfcomm_dlc_close() local
466 struct rfcomm_session *s = kmalloc(sizeof(*s), GFP_KERNEL); in rfcomm_session_add() local
489 void rfcomm_session_del(struct rfcomm_session *s) in rfcomm_session_del()
509 struct rfcomm_session *s; in rfcomm_session_get() local
523 void rfcomm_session_close(struct rfcomm_session *s, int err) in rfcomm_session_close()
546 struct rfcomm_session *s = NULL; in rfcomm_session_create() local
595 void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst) in rfcomm_session_getaddr()
605 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame()
622 static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_sabm()
636 static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) in rfcomm_send_ua()
650 static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) in rfcomm_send_disc()
686 static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_dm()
700 static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type) in rfcomm_send_nsc()
725 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) in rfcomm_send_pn()
764 static int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, in rfcomm_send_rpn()
802 static int rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status) in rfcomm_send_rls()
829 static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig) in rfcomm_send_msc()
856 static int rfcomm_send_fcoff(struct rfcomm_session *s, int cr) in rfcomm_send_fcoff()
878 static int rfcomm_send_fcon(struct rfcomm_session *s, int cr) in rfcomm_send_fcon()
900 static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len) in rfcomm_send_test()
933 static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits) in rfcomm_send_credits()
973 static int rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_ua()
1014 static int rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_dm()
1044 static int rfcomm_recv_disc(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_disc()
1080 static int rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_sabm()
1138 struct rfcomm_session *s = d->session; in rfcomm_apply_pn() local
1158 static int rfcomm_recv_pn(struct rfcomm_session *s, int cr, struct sk_buff *skb) in rfcomm_recv_pn()
1210 static int rfcomm_recv_rpn(struct rfcomm_session *s, int cr, int len, struct sk_buff *skb) in rfcomm_recv_rpn()
1310 static int rfcomm_recv_rls(struct rfcomm_session *s, int cr, struct sk_buff *skb) in rfcomm_recv_rls()
1330 static int rfcomm_recv_msc(struct rfcomm_session *s, int cr, struct sk_buff *skb) in rfcomm_recv_msc()
1362 static int rfcomm_recv_mcc(struct rfcomm_session *s, struct sk_buff *skb) in rfcomm_recv_mcc()
1422 static int rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb) in rfcomm_recv_data()
1455 static int rfcomm_recv_frame(struct rfcomm_session *s, struct sk_buff *skb) in rfcomm_recv_frame()
1515 static void rfcomm_process_connect(struct rfcomm_session *s) in rfcomm_process_connect()
1582 static inline void rfcomm_process_dlcs(struct rfcomm_session *s) in rfcomm_process_dlcs()
1605 static inline void rfcomm_process_rx(struct rfcomm_session *s) in rfcomm_process_rx()
1627 static inline void rfcomm_accept_connection(struct rfcomm_session *s) in rfcomm_accept_connection()
1664 static inline void rfcomm_check_connection(struct rfcomm_session *s) in rfcomm_check_connection()
1695 struct rfcomm_session *s; in rfcomm_process_sessions() local
1753 struct rfcomm_session *s; in rfcomm_add_listener() local
1801 struct rfcomm_session *s; in rfcomm_kill_listener() local
1840 struct rfcomm_session *s; in rfcomm_dlc_dump() local