HomeSort by: relevance | last modified time | path
    Searched defs:pppoe_get_mbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_pppoe.c 252 static struct mbuf *pppoe_get_mbuf(size_t len);
1439 pppoe_get_mbuf(size_t len) function in typeref:struct:mbuf *
1490 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);
1778 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);
1835 m0 = pppoe_get_mbuf(PPPOE_HEADERLEN);
1867 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);
1908 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);
if_pppoe.c 252 static struct mbuf *pppoe_get_mbuf(size_t len);
1439 pppoe_get_mbuf(size_t len) function in typeref:struct:mbuf *
1490 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);
1778 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);
1835 m0 = pppoe_get_mbuf(PPPOE_HEADERLEN);
1867 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);
1908 m0 = pppoe_get_mbuf(len + PPPOE_HEADERLEN);

Completed in 71 milliseconds