Searched refs:tailmp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 2608 mblk_t *espmp, *tailmp; in esp_outbound() local 2638 tailmp = msgpullup(data_mp, -1); in esp_outbound() 2639 if (tailmp == NULL) { in esp_outbound() 2649 data_mp = tailmp; in esp_outbound() 2916 for (tailmp = data_mp; tailmp->b_cont != NULL; tailmp = tailmp->b_cont) in esp_outbound() 2918 if (tailmp->b_wptr + alloclen > tailmp->b_datap->db_lim) { in esp_outbound() 2919 tailmp->b_cont = allocb(alloclen, BPRI_HI); in esp_outbound() 2920 if (tailmp->b_cont == NULL) { in esp_outbound() 2931 tailmp = tailmp->b_cont; in esp_outbound() 2940 *tailmp->b_wptr++ = i; in esp_outbound() [all …]
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1500 mblk_t *tailmp[MAX_SR_TYPES]; in mac_rx_srs_proto_fanout() local 1535 bzero(tailmp, MAX_SR_TYPES * sizeof (mblk_t *)); in mac_rx_srs_proto_fanout() 1601 FANOUT_ENQUEUE_MP(headmp[type], tailmp[type], in mac_rx_srs_proto_fanout() 1644 FANOUT_ENQUEUE_MP(headmp[type], tailmp[type], in mac_rx_srs_proto_fanout() 1670 FANOUT_ENQUEUE_MP(headmp[type], tailmp[type], cnt[type], in mac_rx_srs_proto_fanout() 1678 ASSERT(tailmp[type]->b_next == NULL); in mac_rx_srs_proto_fanout() 1690 headmp[type], tailmp[type], cnt[type], sz[type]); in mac_rx_srs_proto_fanout() 1908 mblk_t *tailmp[MAX_SR_TYPES][MAX_SR_FANOUT]; in mac_rx_srs_fanout() local 1954 bzero(tailmp, MAX_SR_TYPES * MAX_SR_FANOUT * sizeof (mblk_t *)); in mac_rx_srs_fanout() 2027 tailmp[type][indx], cnt[type][indx], bw_ctl, in mac_rx_srs_fanout() [all …]
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 1307 mblk_t *retmp = NULL, *tailmp, *nextmp; in sof_filter_data_in_proc() local 1330 for (tailmp = mp; tailmp->b_cont != NULL; in sof_filter_data_in_proc() 1331 tailmp = tailmp->b_cont) in sof_filter_data_in_proc() 1333 mp->b_prev = tailmp; in sof_filter_data_in_proc()
|