Searched refs:nextpkt (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 546 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; in mempacket_test_inject() 619 nextpkt = sk_MEMPACKET_value(ctx->pkts, i); in mempacket_test_inject() 620 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt) in mempacket_test_inject() 537 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; mempacket_test_inject() local
|
/freebsd/contrib/ldns-host/ |
H A D | ldns-host.c | 885 ldns_pkt *pkt, *nextpkt; in dozonetransfer() local 931 if (ldns_tcp_read(&nextpkt, res) != LDNS_STATUS_OK) { in dozonetransfer() 935 ldns_pkt_set_answerfrom(nextpkt, in dozonetransfer() 939 pkt = nextpkt; in dozonetransfer()
|
/freebsd/sys/net/ |
H A D | if_bridge.c | 3808 struct mbuf *m = *mp, *nextpkt = NULL, *mprev = NULL, *mcur = NULL; in bridge_fragment() local 3827 nextpkt = mcur->m_nextpkt; in bridge_fragment() 3834 mprev->m_nextpkt = nextpkt; in bridge_fragment() 3844 mprev->m_nextpkt = nextpkt; in bridge_fragment() 3854 mcur->m_nextpkt = nextpkt; in bridge_fragment()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_rfcomm.c | 3491 struct mbuf *top = NULL, *m = NULL, *n = NULL, *nextpkt = NULL; in ng_btsocket_rfcomm_prepare_packet() local 3504 nextpkt = n->m_nextpkt; in ng_btsocket_rfcomm_prepare_packet() 3534 n = nextpkt; in ng_btsocket_rfcomm_prepare_packet() 3536 nextpkt = (n != NULL)? n->m_nextpkt : NULL; in ng_btsocket_rfcomm_prepare_packet()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 5351 struct iwm_rx_packet *nextpkt = mtodoff(m, in iwm_handle_rxb() local 5354 (nextpkt->hdr.code == 0 && in iwm_handle_rxb() 5355 (nextpkt->hdr.qid & ~0x80) == 0 && in iwm_handle_rxb() 5356 nextpkt->hdr.idx == 0) || in iwm_handle_rxb() 5357 (nextpkt->len_n_flags == in iwm_handle_rxb()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 6233 struct mbuf *m, *nextpkt; in reclaim_tx_descs() local 6246 for (m = txsd->m; m != NULL; m = nextpkt) { in reclaim_tx_descs() 6247 nextpkt = m->m_nextpkt; in reclaim_tx_descs()
|
H A D | t4_main.c | 7170 struct mbuf *m, *nextpkt; in quiesce_txq() local 7174 for (m = txsd->m; m != NULL; m = nextpkt) { in quiesce_txq() 7175 nextpkt = m->m_nextpkt; in quiesce_txq()
|