Searched defs:ip_hdr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c491 struct ip *ip_hdr; local
586 ip_hdr = (struct ip *)
589 if (ip_hdr->ip_p == IPPROTO_TCP)
592 else if (ip_hdr->ip_p == IPPROTO_UDP)
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c719 if ((lro->ip_hdr->saddr != ip->saddr))
723 if ((lro->ip_hdr->daddr != ip->daddr))
1000 lro_new->ip_hdr = ip;
1297 * @ip_hdr: ip header (optional)
1311 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp, argument
1316 iplro_t *ip = (iplro_t *)ip_hdr;
1356 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length);
1357 lro->ip_hdr->check = xge_os_htons(0);
1358 lro->ip_hdr->check = XGE_LL_IP_FAST_CSUM(((u8 *)(lro->ip_hdr)),
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c52 typedef struct ip_hdr { struct
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h254 iplro_t *ip_hdr; member in struct:lro
978 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,

Completed in 66 milliseconds