Home
last modified time | relevance | path

Searched refs:nextpkt (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_rfcomm.c3592 struct mbuf *top = NULL, *m = NULL, *n = NULL, *nextpkt = NULL; in ng_btsocket_rfcomm_prepare_packet() local
3605 nextpkt = n->m_nextpkt; in ng_btsocket_rfcomm_prepare_packet()
3635 n = nextpkt; in ng_btsocket_rfcomm_prepare_packet()
3637 nextpkt = (n != NULL)? n->m_nextpkt : NULL; in ng_btsocket_rfcomm_prepare_packet()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c5419 struct iwm_rx_packet *nextpkt = mtodoff(m, in iwm_handle_rxb() local
5422 (nextpkt->hdr.code == 0 && in iwm_handle_rxb()
5423 (nextpkt->hdr.qid & ~0x80) == 0 && in iwm_handle_rxb()
5424 nextpkt->hdr.idx == 0) || in iwm_handle_rxb()
5425 (nextpkt->len_n_flags == in iwm_handle_rxb()