Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1362 u16 pkt_flags; in atl1e_rx_checksum() local
1366 pkt_flags = prrs->pkt_flag; in atl1e_rx_checksum()
1368 if (((pkt_flags & RRS_IS_IPV4) || (pkt_flags & RRS_IS_IPV6)) && in atl1e_rx_checksum()
1369 ((pkt_flags & RRS_IS_TCP) || (pkt_flags & RRS_IS_UDP))) { in atl1e_rx_checksum()
1370 if (pkt_flags & RRS_IS_IPV4) { in atl1e_rx_checksum()
1371 if (pkt_flags & RRS_IS_802_3) in atl1e_rx_checksum()
1374 if (iph->frag_off != 0 && !(pkt_flags & RRS_IS_IP_DF)) in atl1e_rx_checksum()