Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsocket_proto.h75 #define SOCKOPT_RCVTHRESH 0x0200 macro
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1232 if (soppp->sopp_flags & SOCKOPT_RCVTHRESH) in so_set_prop()
1266 SOCKOPT_RCVTHRESH | SOCKOPT_MAXADDRLEN | SOCKOPT_MINPSZ | in so_set_prop()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c109 SOCKOPT_RCVTHRESH | SOCKOPT_MAXADDRLEN | SOCKOPT_MINPSZ; in tcp_activate()
H A Dtcp.c436 sopp.sopp_flags = SOCKOPT_RCVTHRESH; in tcp_set_recv_threshold()