Searched refs:headMB (Results 1 – 1 of 1) sorted by relevance
817 struct pbuf *headMB = NULL, *tailMB = NULL, *p; in pppifOutput() local852 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppifOutput()853 if (headMB == NULL) { in pppifOutput()883 pbuf_free(headMB); in pppifOutput()889 tailMB = headMB; in pppifOutput()942 pbuf_free(headMB); in pppifOutput()952 nPut(pc, headMB); in pppifOutput()1079 struct pbuf *headMB, *tailMB; in pppWrite() local1089 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppWrite()1090 if (headMB == NULL) { in pppWrite()[all …]