Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c60 mblk_t *mp_attr_ctl; in udp_snmp_get() local
100 mp_attr_ctl = NULL; in udp_snmp_get()
105 (mp_attr_ctl = copymsg(mpctl)) == NULL || in udp_snmp_get()
111 freemsg(mp_attr_ctl); in udp_snmp_get()
278 mp_attr_ctl->b_cont, &mp_attr_tail, in udp_snmp_get()
365 optp = (struct opthdr *)&mp_attr_ctl->b_rptr[ in udp_snmp_get()
369 optp->len = msgdsize(mp_attr_ctl->b_cont); in udp_snmp_get()
371 freemsg(mp_attr_ctl); in udp_snmp_get()
373 qreply(q, mp_attr_ctl); in udp_snmp_get()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c542 mblk_t *mp_attr_ctl = NULL; in sctp_snmp_get_mib2() local
574 mp_attr_ctl = copymsg(mpctl); in sctp_snmp_get_mib2()
580 mp_rem_ctl == NULL || mp_attr_ctl == NULL || mp_info_ctl == NULL || in sctp_snmp_get_mib2()
583 freemsg(mp_attr_ctl); in sctp_snmp_get_mib2()
594 mp_attr_data = mp_attr_ctl->b_cont; in sctp_snmp_get_mib2()
830 (void) snmp_append_data2(mp_attr_ctl->b_cont, in sctp_snmp_get_mib2()
875 optp = (struct opthdr *)&mp_attr_ctl->b_rptr[ in sctp_snmp_get_mib2()
881 freemsg(mp_attr_ctl); in sctp_snmp_get_mib2()
883 qreply(q, mp_attr_ctl); in sctp_snmp_get_mib2()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c149 mblk_t *mp_attr_ctl = NULL; in tcp_snmp_get() local
185 (mp_attr_ctl = copymsg(mpctl)) == NULL || in tcp_snmp_get()
191 freemsg(mp_attr_ctl); in tcp_snmp_get()
378 mp_attr_ctl->b_cont, in tcp_snmp_get()
431 optp = (struct opthdr *)&mp_attr_ctl->b_rptr[ in tcp_snmp_get()
435 optp->len = msgdsize(mp_attr_ctl->b_cont); in tcp_snmp_get()
437 freemsg(mp_attr_ctl); in tcp_snmp_get()
439 qreply(q, mp_attr_ctl); in tcp_snmp_get()