Searched refs:RxIPF (Results 1 – 2 of 2) sorted by relevance
1363 RxIPF = (1 << 16), /* IP checksum failed */ enumerator
27996 if (((status == RxProtoTCP) && !(opts1 & (RxTCPF | RxIPF))) ||27997 ((status == RxProtoUDP) && !(opts1 & (RxUDPF | RxIPF))))28003 if (((opts2 & RxV4F) && !(opts1 & RxIPF)) || (opts2 & RxV6F)) {