Home
last modified time | relevance | path

Searched refs:mpls_prepend_shim (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/
H A Dif_mpls.c100 static struct mbuf *mpls_prepend_shim(struct mbuf *, union mpls_shim *);
247 ((m = mpls_prepend_shim(m, &mh)) == NULL)) in mpls_output()
268 m = mpls_prepend_shim(m, &mh); in mpls_output()
463 ((m = mpls_prepend_shim(m, &tshim)) == NULL)) { in mpls_lse()
476 if ((m = mpls_prepend_shim(m, &tshim)) == NULL) { in mpls_lse()
624 if ((m = mpls_prepend_shim(m, ms)) == NULL) in mpls_label_inet()
687 if ((m = mpls_prepend_shim(m, ms)) == NULL) in mpls_label_inet6()
695 mpls_prepend_shim(struct mbuf *m, union mpls_shim *ms) in mpls_prepend_shim() function