Home
last modified time | relevance | path

Searched refs:ip_buf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c260 uint8_t *ip_buf; in hxge_fill_tx_hdr() local
295 ip_buf = NULL; in hxge_fill_tx_hdr()
341 ip_buf = nmp->b_rptr; in hxge_fill_tx_hdr()
344 ip_buf = NULL; in hxge_fill_tx_hdr()
347 if (ip_buf == NULL) { in hxge_fill_tx_hdr()
362 ip_buf = hdrs_buf; in hxge_fill_tx_hdr()
363 ip_buf += eth_hdr_size; in hxge_fill_tx_hdr()
366 ipproto = ip_buf[9]; in hxge_fill_tx_hdr()
392 ip_buf = hdrs_buf; in hxge_fill_tx_hdr()
393 ip_buf += eth_hdr_size; in hxge_fill_tx_hdr()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c468 uint8_t *ip_buf; in nxge_fill_tx_hdr() local
515 ip_buf = NULL; in nxge_fill_tx_hdr()
559 ip_buf = nmp->b_rptr; in nxge_fill_tx_hdr()
562 ip_buf = NULL; in nxge_fill_tx_hdr()
566 if (ip_buf == NULL) { in nxge_fill_tx_hdr()
582 ip_buf = hdrs_buf; in nxge_fill_tx_hdr()
583 ip_buf += eth_hdr_size; in nxge_fill_tx_hdr()
587 ipproto = ip_buf[9]; in nxge_fill_tx_hdr()
619 ip_buf = hdrs_buf; in nxge_fill_tx_hdr()
620 ip_buf += eth_hdr_size; in nxge_fill_tx_hdr()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c57 typedef struct ip_buf { struct