Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp_stats.c54 mblk_t *mp_conn_ctl; in udp_snmp_get() local
87 mp_conn_ctl = mp_attr_ctl = mp6_conn_ctl = NULL; in udp_snmp_get()
90 (mp_conn_ctl = copymsg(mpctl)) == NULL || in udp_snmp_get()
94 freemsg(mp_conn_ctl); in udp_snmp_get()
250 (void) snmp_append_data2(mp_conn_ctl->b_cont, in udp_snmp_get()
306 optp = (struct opthdr *)&mp_conn_ctl->b_rptr[ in udp_snmp_get()
310 optp->len = msgdsize(mp_conn_ctl->b_cont); in udp_snmp_get()
311 qreply(q, mp_conn_ctl); in udp_snmp_get()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c528 mblk_t *mp_conn_ctl = NULL; in sctp_snmp_get_mib2() local
562 mp_conn_ctl = copymsg(mpctl); in sctp_snmp_get_mib2()
569 if (mp_conn_ctl == NULL || mp_local_ctl == NULL || in sctp_snmp_get_mib2()
574 freemsg(mp_conn_ctl); in sctp_snmp_get_mib2()
579 mp_conn_data = mp_conn_ctl->b_cont; in sctp_snmp_get_mib2()
829 optp = (struct opthdr *)&mp_conn_ctl->b_rptr[ in sctp_snmp_get_mib2()
834 qreply(q, mp_conn_ctl); in sctp_snmp_get_mib2()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c96 mblk_t *mp_conn_ctl = NULL; in tcp_snmp_get() local
128 (mp_conn_ctl = copymsg(mpctl)) == NULL || in tcp_snmp_get()
132 freemsg(mp_conn_ctl); in tcp_snmp_get()
348 (void) snmp_append_data2(mp_conn_ctl->b_cont, in tcp_snmp_get()
384 optp = (struct opthdr *)&mp_conn_ctl->b_rptr[ in tcp_snmp_get()
388 optp->len = msgdsize(mp_conn_ctl->b_cont); in tcp_snmp_get()
389 qreply(q, mp_conn_ctl); in tcp_snmp_get()