Symbol: ip_buf
usr/src/uts/common/io/hxge/hxge_txdma.c
260
uint8_t *ip_buf;
usr/src/uts/common/io/hxge/hxge_txdma.c
295
ip_buf = NULL;
usr/src/uts/common/io/hxge/hxge_txdma.c
337
ip_buf = nmp->b_rptr + eth_hdr_size;
usr/src/uts/common/io/hxge/hxge_txdma.c
339
iph_len = ((*ip_buf) & 0x0f);
usr/src/uts/common/io/hxge/hxge_txdma.c
341
ip_buf = nmp->b_rptr;
usr/src/uts/common/io/hxge/hxge_txdma.c
342
ip_buf += eth_hdr_size;
usr/src/uts/common/io/hxge/hxge_txdma.c
344
ip_buf = NULL;
usr/src/uts/common/io/hxge/hxge_txdma.c
347
if (ip_buf == NULL) {
usr/src/uts/common/io/hxge/hxge_txdma.c
362
ip_buf = hdrs_buf;
usr/src/uts/common/io/hxge/hxge_txdma.c
363
ip_buf += eth_hdr_size;
usr/src/uts/common/io/hxge/hxge_txdma.c
364
iph_len = ((*ip_buf) & 0x0f);
usr/src/uts/common/io/hxge/hxge_txdma.c
366
ipproto = ip_buf[9];
usr/src/uts/common/io/hxge/hxge_txdma.c
392
ip_buf = hdrs_buf;
usr/src/uts/common/io/hxge/hxge_txdma.c
393
ip_buf += eth_hdr_size;
usr/src/uts/common/io/hxge/hxge_txdma.c
402
ipproto = ip_buf[6];
usr/src/uts/common/io/nxge/nxge_txdma.c
468
uint8_t *ip_buf;
usr/src/uts/common/io/nxge/nxge_txdma.c
515
ip_buf = NULL;
usr/src/uts/common/io/nxge/nxge_txdma.c
555
ip_buf = nmp->b_rptr + eth_hdr_size;
usr/src/uts/common/io/nxge/nxge_txdma.c
557
iph_len = ((*ip_buf) & 0x0f);
usr/src/uts/common/io/nxge/nxge_txdma.c
559
ip_buf = nmp->b_rptr;
usr/src/uts/common/io/nxge/nxge_txdma.c
560
ip_buf += eth_hdr_size;
usr/src/uts/common/io/nxge/nxge_txdma.c
562
ip_buf = NULL;
usr/src/uts/common/io/nxge/nxge_txdma.c
566
if (ip_buf == NULL) {
usr/src/uts/common/io/nxge/nxge_txdma.c
582
ip_buf = hdrs_buf;
usr/src/uts/common/io/nxge/nxge_txdma.c
583
ip_buf += eth_hdr_size;
usr/src/uts/common/io/nxge/nxge_txdma.c
584
iph_len = ((*ip_buf) & 0x0f);
usr/src/uts/common/io/nxge/nxge_txdma.c
587
ipproto = ip_buf[9];
usr/src/uts/common/io/nxge/nxge_txdma.c
619
ip_buf = hdrs_buf;
usr/src/uts/common/io/nxge/nxge_txdma.c
620
ip_buf += eth_hdr_size;
usr/src/uts/common/io/nxge/nxge_txdma.c
629
ipproto = ip_buf[6];