Searched refs:headMB (Results 1 – 1 of 1) sorted by relevance
805 struct pbuf *headMB = NULL, *tailMB = NULL, *p; in pppifOutput() local840 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppifOutput()841 if (headMB == NULL) { in pppifOutput()871 pbuf_free(headMB); in pppifOutput()877 tailMB = headMB; in pppifOutput()930 pbuf_free(headMB); in pppifOutput()940 nPut(pc, headMB); in pppifOutput()1067 struct pbuf *headMB, *tailMB; in pppWrite() local1077 headMB = pbuf_alloc(PBUF_RAW, 0, PBUF_POOL); in pppWrite()1078 if (headMB == NULL) { in pppWrite()[all …]