Searched refs:nextpkt (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c885 ldns_pkt *pkt, *nextpkt; local
931 if (ldns_tcp_read(&nextpkt, res) != LDNS_STATUS_OK) {
935 ldns_pkt_set_answerfrom(nextpkt,
939 pkt = nextpkt;
/freebsd-11-stable/sys/net/
H A Dif_bridge.c3506 struct mbuf *m = *mp, *nextpkt = NULL, *mprev = NULL, *mcur = NULL; local
3525 nextpkt = mcur->m_nextpkt;
3532 mprev->m_nextpkt = nextpkt;
3542 mprev->m_nextpkt = nextpkt;
3552 mcur->m_nextpkt = nextpkt;
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c3526 struct mbuf *top = NULL, *m = NULL, *n = NULL, *nextpkt = NULL; local
3539 nextpkt = n->m_nextpkt;
3569 n = nextpkt;
3571 nextpkt = (n != NULL)? n->m_nextpkt : NULL;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c5356 struct iwm_rx_packet *nextpkt = mtodoff(m, local
5359 (nextpkt->hdr.code == 0 &&
5360 (nextpkt->hdr.qid & ~0x80) == 0 &&
5361 nextpkt->hdr.idx == 0) ||
5362 (nextpkt->len_n_flags ==
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c4909 struct mbuf *m, *nextpkt; local
4922 for (m = txsd->m; m != NULL; m = nextpkt) {
4923 nextpkt = m->m_nextpkt;

Completed in 126 milliseconds