BGE_RXBDFLAG_TCP_UDP_CSUM
if ((cur_rx->bge_flags & BGE_RXBDFLAG_TCP_UDP_CSUM) &&
if (cur_rx->bge_flags & BGE_RXBDFLAG_TCP_UDP_CSUM) {
if ((cur_rx->bge_flags & BGE_RXBDFLAG_TCP_UDP_CSUM) == 0)