Lines Matching refs:mpls_shim
139 union mpls_shim ms;
143 union mpls_shim *);
160 int destmtu, union mpls_shim *shim) in mpls_icmp_error()
173 mpls_icmp_ext.obj_hdr.length = htons(sizeof(union mpls_shim) + in mpls_icmp_error()
364 union mpls_shim *mshim; in mpls_ttl_dec()
366 union mpls_shim top_shim, bos_shim; in mpls_ttl_dec()
369 if (__predict_false(m->m_len < sizeof(union mpls_shim) && in mpls_ttl_dec()
370 (m = m_pullup(m, sizeof(union mpls_shim))) == NULL)) in mpls_ttl_dec()
372 mshim = mtod(m, union mpls_shim *); in mpls_ttl_dec()
388 m_adj(m, sizeof(union mpls_shim)); in mpls_ttl_dec()
392 if (m->m_len < sizeof(union mpls_shim) && in mpls_ttl_dec()
393 (m = m_pullup(m, sizeof(union mpls_shim))) == NULL) { in mpls_ttl_dec()
397 bos_shim.s_addr = ntohl(mtod(m, union mpls_shim *)->s_addr); in mpls_ttl_dec()
398 m_adj(m, sizeof(union mpls_shim)); in mpls_ttl_dec()