Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168.h1363 RxIPF = (1 << 16), /* IP checksum failed */ enumerator
Dr8168_n.c27996 if (((status == RxProtoTCP) && !(opts1 & (RxTCPF | RxIPF))) ||
27997 ((status == RxProtoUDP) && !(opts1 & (RxUDPF | RxIPF))))
28003 if (((opts2 & RxV4F) && !(opts1 & RxIPF)) || (opts2 & RxV6F)) {