Searched refs:is_tcp_udp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c2180 boolean_t is_tcp_udp = B_FALSE; local
2707 is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP ||
2712 is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP) ?
2718 is_valid, multi, is_tcp_udp, frag, error_type));
2720 if (is_tcp_udp && !frag && !error_type) {
2726 is_valid, multi, is_tcp_udp, frag, error_type));
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1642 boolean_t is_tcp_udp = B_FALSE; local
2059 is_tcp_udp = ((pkt_type == RCR_PKT_IS_TCP ||
2062 if (!no_port_bit && l4_cs_eq_bit && is_tcp_udp && !error_type) {

Completed in 70 milliseconds