Searched refs:L2CAP_FCR_UNSEG_SDU (Results 1 – 2 of 2) sorted by relevance
290 #define L2CAP_FCR_UNSEG_SDU 0x0000 /* Control word to begin with for unsegmented PDU*/ macro
927 if ( (ls == L2CAP_FCR_UNSEG_SDU) || (ls == L2CAP_FCR_END_SDU) ) { in process_reqseq()1308 if ((sar_type == L2CAP_FCR_UNSEG_SDU) || (sar_type == L2CAP_FCR_START_SDU)) { in do_sar_reassembly()1327 if ( (packet_ok) && (sar_type != L2CAP_FCR_UNSEG_SDU) ) { in do_sar_reassembly()1632 p_xmit->layer_specific |= L2CAP_FCR_UNSEG_SDU; in l2c_fcr_get_next_xmit_sdu_seg()