Searched refs:stropt_mp (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 813 tcp_fallback_noneager(tcp_t *tcp, mblk_t *stropt_mp, queue_t *q, argument 847 DB_TYPE(stropt_mp) = M_SETOPTS; 848 stropt = (struct stroptions *)stropt_mp->b_rptr; 849 stropt_mp->b_wptr += sizeof (struct stroptions); 859 putnext(RD(q), stropt_mp); local 997 mblk_t *stropt_mp; local 1002 stropt_mp = allocb_wait(sizeof (struct stroptions), BPRI_HI, STR_NOSIG, 1019 freeb(stropt_mp); 1034 freeb(stropt_mp); 1037 tcp_fallback_noneager(tcp, stropt_mp, [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 5259 mblk_t *mp, *stropt_mp; local 5264 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); 5280 stropt_mp->b_datap->db_type = M_SETOPTS; 5281 stropt_mp->b_wptr += sizeof (*stropt); 5282 stropt = (struct stroptions *)stropt_mp->b_rptr; 5286 putnext(RD(q), stropt_mp); local
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 6144 mblk_t *mp, *stropt_mp; local 6149 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); 6165 stropt_mp->b_datap->db_type = M_SETOPTS; 6166 stropt_mp->b_wptr += sizeof (*stropt); 6167 stropt = (struct stroptions *)stropt_mp->b_rptr; 6171 putnext(RD(q), stropt_mp); local
|
Completed in 66 milliseconds