Searched refs:headMB (Results 1 – 1 of 1) sorted by relevance
852 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() local1090 if (headMB == NULL) { in pppWrite()1097 tailMB = headMB; in pppWrite()1131 pbuf_free(headMB); in pppWrite()[all …]
Completed in 5 milliseconds