Searched refs:ip_hdr (Results 1 – 4 of 4) sorted by relevance
719 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() argument1316 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 …]
491 struct ip *ip_hdr; in rge_send_copy() local586 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()
254 iplro_t *ip_hdr; member978 xge_hal_lro_process_rx(int ring, u8 *eth_hdr, u8 *ip_hdr, tcplro_t **tcp,
52 typedef struct ip_hdr { struct