Searched defs:tcp_udp_xport (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c648 boolean_t tcp_udp_xport; local
656 tcp_udp_xport = so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM;
1078 if (tcp_udp_xport &&
1237 if (tcp_udp_xport) {

Completed in 57 milliseconds