Home
last modified time | relevance | path

Searched refs:SOCKOPT_RCVTHRESH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h79 #define SOCKOPT_RCVTHRESH 0x0200 macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1200 if (soppp->sopp_flags & SOCKOPT_RCVTHRESH) in so_set_prop()
1234 SOCKOPT_RCVTHRESH | SOCKOPT_MAXADDRLEN | SOCKOPT_MINPSZ | in so_set_prop()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c110 SOCKOPT_RCVTHRESH | SOCKOPT_MAXADDRLEN | SOCKOPT_MINPSZ; in tcp_activate()
H A Dtcp.c437 sopp.sopp_flags = SOCKOPT_RCVTHRESH; in tcp_set_recv_threshold()