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

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_opt.c80 rds_opt_set(queue_t *q, uint_t optset_context, int level, argument
87 switch (optset_context) {
114 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
115 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c492 tcp_opt_set(conn_t *connp, uint_t optset_context, int level, int name, argument
511 switch (optset_context) {
557 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
558 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
H A Dtcp_tpi.c106 tcp_tpi_opt_set(queue_t *q, uint_t optset_context, int level, int name, argument
112 return (tcp_opt_set(connp, optset_context, level, name, inlen, invalp,
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c71 uint_t optset_context, uchar_t **resptrp, t_uscalar_t *worst_statusp,
114 * (3) setfn(q, optset_context, optlevel, optname, inlen, invalp,
128 * - optset_context passed for tpi_optcom_req(). It is interpreted as:
864 uint_t optset_context; local
960 optset_context = SETFN_OPTCOM_CHECKONLY;
962 optset_context = SETFN_OPTCOM_NEGOTIATE;
963 do_opt_check_or_negotiate(q, opt, optset_context,
1321 uint_t optset_context, uchar_t **resptrp, t_uscalar_t *worst_statusp,
1340 error = (*setfn)(q, optset_context, reqopt->level, reqopt->name,
1362 ASSERT(optset_context
1320 do_opt_check_or_negotiate(queue_t *q, struct T_opthdr *reqopt, uint_t optset_context, uchar_t **resptrp, t_uscalar_t *worst_statusp, cred_t *cr, optdb_obj_t *dbobjp) argument
1528 uint_t optset_context; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c666 rts_opt_set(conn_t *connp, uint_t optset_context, int level, int name, argument
672 if (optset_context) {
673 switch (optset_context) {
709 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
710 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
740 rts_tpi_opt_set(queue_t *q, uint_t optset_context, int level, argument
750 error = rts_opt_set(connp, optset_context, level, name, inlen, invalp,
H A Dicmp.c123 int icmp_opt_set(conn_t *connp, uint_t optset_context,
2170 icmp_opt_set(conn_t *connp, uint_t optset_context, int level, int name, argument
2180 switch (optset_context) {
2222 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
2223 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
2357 icmp_tpi_opt_set(queue_t *q, uint_t optset_context, int level, int name, argument
2364 error = icmp_opt_set(connp, optset_context, level, name, inlen, invalp,
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c156 int udp_opt_set(conn_t *connp, uint_t optset_context,
1733 udp_opt_set(conn_t *connp, uint_t optset_context, int level, argument
1743 switch (optset_context) {
1785 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
1786 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
1976 udp_tpi_opt_set(queue_t *q, uint_t optset_context, int level, int name, argument
1983 error = udp_opt_set(connp, optset_context, level, name, inlen, invalp,

Completed in 97 milliseconds