Home
last modified time | relevance | path

Searched refs:l2_hdr_offset (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_init.c1498 int l2_hdr_offset, l4_hdr_offset; in qlcnic_process_lro() local
1517 l2_hdr_offset = qlcnic_get_lro_sts_l2_hdr_offset(sts_data0); in qlcnic_process_lro()
1533 skb_pull(skb, l2_hdr_offset); in qlcnic_process_lro()
/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_init.c1567 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1585 l2_hdr_offset = netxen_get_lro_sts_l2_hdr_offset(sts_data0); in netxen_process_lro()
1601 skb_pull(skb, l2_hdr_offset); in netxen_process_lro()