/src/sys/dev/bluetooth/ |
bth5.c | 1185 struct mbuf *_retrans; local in function:bth5_tx_reliable_pkt 1231 _retrans = m_copym(m, 0, M_COPYALL, M_DONTWAIT); 1232 if (_retrans == NULL) { 1236 MBUFQ_ENQUEUE(&sc->sc_seq_retryq, _retrans);
|
bth5.c | 1185 struct mbuf *_retrans; local in function:bth5_tx_reliable_pkt 1231 _retrans = m_copym(m, 0, M_COPYALL, M_DONTWAIT); 1232 if (_retrans == NULL) { 1236 MBUFQ_ENQUEUE(&sc->sc_seq_retryq, _retrans);
|
bth5.c | 1185 struct mbuf *_retrans; local in function:bth5_tx_reliable_pkt 1231 _retrans = m_copym(m, 0, M_COPYALL, M_DONTWAIT); 1232 if (_retrans == NULL) { 1236 MBUFQ_ENQUEUE(&sc->sc_seq_retryq, _retrans);
|