Home
last modified time | relevance | path

Searched refs:stropt_mp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c820 tcp_fallback_noneager(tcp_t *tcp, mblk_t *stropt_mp, queue_t *q, in tcp_fallback_noneager() argument
854 DB_TYPE(stropt_mp) = M_SETOPTS; in tcp_fallback_noneager()
855 stropt = (struct stroptions *)stropt_mp->b_rptr; in tcp_fallback_noneager()
856 stropt_mp->b_wptr += sizeof (struct stroptions); in tcp_fallback_noneager()
866 putnext(RD(q), stropt_mp); in tcp_fallback_noneager()
1004 mblk_t *stropt_mp; in tcp_fallback() local
1009 stropt_mp = allocb_wait(sizeof (struct stroptions), BPRI_HI, STR_NOSIG, in tcp_fallback()
1026 freeb(stropt_mp); in tcp_fallback()
1041 freeb(stropt_mp); in tcp_fallback()
1044 tcp_fallback_noneager(tcp, stropt_mp, q, direct_sockfs, in tcp_fallback()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c5268 mblk_t *mp, *stropt_mp; in rawip_fallback() local
5273 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); in rawip_fallback()
5289 stropt_mp->b_datap->db_type = M_SETOPTS; in rawip_fallback()
5290 stropt_mp->b_wptr += sizeof (*stropt); in rawip_fallback()
5291 stropt = (struct stroptions *)stropt_mp->b_rptr; in rawip_fallback()
5295 putnext(RD(q), stropt_mp); in rawip_fallback()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6293 mblk_t *mp, *stropt_mp; in udp_fallback() local
6298 stropt_mp = allocb_wait(sizeof (*stropt), BPRI_HI, STR_NOSIG, NULL); in udp_fallback()
6314 stropt_mp->b_datap->db_type = M_SETOPTS; in udp_fallback()
6315 stropt_mp->b_wptr += sizeof (*stropt); in udp_fallback()
6316 stropt = (struct stroptions *)stropt_mp->b_rptr; in udp_fallback()
6320 putnext(RD(q), stropt_mp); in udp_fallback()