Searched refs:ip_off (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2115 u8 hdr_len, ip_off; local
2153 ip_off = (unsigned char *)iph -
2155 if (ip_off == 8) /* 802.3-SNAP frame */
2157 else if (ip_off != 0)
/drivers/net/ethernet/neterion/
H A Ds2io.c8262 int ip_off; local
8274 ip_off = HEADER_ETHERNET_II_802_3_SIZE;
8281 ip_off += HEADER_VLAN_SIZE;
8287 *ip = (struct iphdr *)((u8 *)buffer + ip_off);

Completed in 199 milliseconds