Searched refs:ip4_hdr (Results 1 – 1 of 1) sorted by relevance
1472 struct ip *ip4_hdr = NULL; in oce_correct_header() 1479 ip4_hdr = (struct ip *)((char*)eh + sizeof(struct ether_header)); in oce_correct_header() 1480 ip4_hdr->ip_ttl = cqe2->frame_lifespan; in oce_correct_header() 1481 ip4_hdr->ip_len = htons(cqe2->coalesced_size - sizeof(struct ether_header)); in oce_correct_header() 1482 tcp_hdr = (struct tcphdr *)((char*)ip4_hdr + sizeof(struct ip)); in oce_correct_header() 1474 struct ip *ip4_hdr = NULL; oce_correct_header() local