Home
last modified time | relevance | path

Searched refs:ip_hdr (Results 1 – 4 of 4) sorted by relevance

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