Searched refs:ST_RING_TCP (Results 1 – 4 of 4) sorted by relevance
329 if ((softring->s_ring_type & ST_RING_TCP) && in mac_srs_client_poll_quiesce()352 if ((softring->s_ring_type & ST_RING_TCP) && in mac_srs_client_poll_restart()396 if (softring->s_ring_type & (ST_RING_TCP | ST_RING_UDP)) { in mac_srs_client_poll_enable()409 if (!(softring->s_ring_type & ST_RING_TCP)) { in mac_srs_client_poll_enable()464 if (!(softring->s_ring_type & (ST_RING_UDP | ST_RING_TCP))) in mac_srs_client_poll_disable()467 if ((softring->s_ring_type & ST_RING_TCP) && in mac_srs_client_poll_disable()1698 if (softring->s_ring_type & ST_RING_TCP) { in mac_srs_update_fanout_list()1738 (type|ST_RING_TCP), pri, mcip, mac_srs, in mac_srs_create_proto_softrings()
160 if (type & ST_RING_TCP) { in mac_soft_ring_create()
1113 if (ringp->s_ring_type & ST_RING_TCP) { in mac_soft_ring_stat_create()
390 #define ST_RING_TCP 0x0004 macro