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

  /src/sys/net/
if_mpls.c 100 static struct mbuf *mpls_prepend_shim(struct mbuf *, union mpls_shim *);
247 ((m = mpls_prepend_shim(m, &mh)) == NULL))
268 m = mpls_prepend_shim(m, &mh);
463 ((m = mpls_prepend_shim(m, &tshim)) == NULL)) {
476 if ((m = mpls_prepend_shim(m, &tshim)) == NULL) {
624 if ((m = mpls_prepend_shim(m, ms)) == NULL)
687 if ((m = mpls_prepend_shim(m, ms)) == NULL)
695 mpls_prepend_shim(struct mbuf *m, union mpls_shim *ms) function in typeref:struct:mbuf *

Completed in 16 milliseconds