Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_txrx.c527 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnge_gro_func() local
531 inner_ip_off = BNGE_TPA_INNER_L3_OFF(hdr_info); in bnge_gro_func()
535 nw_off = inner_ip_off - ETH_HLEN; in bnge_gro_func()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1665 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnxt_gro_func_5731x() local
1669 inner_ip_off = BNXT_TPA_INNER_L3_OFF(hdr_info); in bnxt_gro_func_5731x()
1679 __be16 proto = *((__be16 *)(skb->data + inner_ip_off - in bnxt_gro_func_5731x()
1691 inner_ip_off -= 4; in bnxt_gro_func_5731x()
1696 nw_off = inner_ip_off - ETH_HLEN; in bnxt_gro_func_5731x()
1729 u16 outer_ip_off, inner_ip_off, inner_mac_off; in bnxt_gro_func_5750x() local
1733 inner_ip_off = BNXT_TPA_INNER_L3_OFF(hdr_info); in bnxt_gro_func_5750x()
1737 nw_off = inner_ip_off - ETH_HLEN; in bnxt_gro_func_5750x()