Home
last modified time | relevance | path

Searched refs:ip_off (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/atlx/
Datl1.c2114 u8 hdr_len, ip_off; in atl1_tso() local
2152 ip_off = (unsigned char *)iph - in atl1_tso()
2154 if (ip_off == 8) /* 802.3-SNAP frame */ in atl1_tso()
2156 else if (ip_off != 0) in atl1_tso()
/linux-2.6.39/drivers/net/
Ds2io.c8389 int ip_off; in check_L2_lro_capable() local
8401 ip_off = HEADER_ETHERNET_II_802_3_SIZE; in check_L2_lro_capable()
8408 ip_off += HEADER_VLAN_SIZE; in check_L2_lro_capable()
8414 *ip = (struct iphdr *)((u8 *)buffer + ip_off); in check_L2_lro_capable()
/linux-2.6.39/drivers/staging/ath6kl/wmi/
Dwmi.c284 s16 ip_off; /* fragment offset field */