Lines Matching refs:bos
193 if (!dec.bos) in mpls_multipath_hash()
432 if (unlikely(!new_header_size && dec.bos)) { in mpls_forward()
437 bool bos; in mpls_forward() local
443 bos = dec.bos; in mpls_forward()
446 dec.ttl, 0, bos); in mpls_forward()
447 bos = false; in mpls_forward()
1708 bool bos; in nla_put_labels() local
1715 bos = true; in nla_put_labels()
1717 nla_label[i] = mpls_entry_encode(label[i], 0, 0, bos); in nla_put_labels()
1718 bos = false; in nla_put_labels()
1731 bool bos; in nla_get_labels() local
1755 bos = true; in nla_get_labels()
1756 for (i = nla_labels - 1; i >= 0; i--, bos = false) { in nla_get_labels()
1775 if (dec.bos != bos) { in nla_get_labels()
1777 if (bos) { in nla_get_labels()
2444 bool bos; in mpls_getroute() local
2458 bos = true; in mpls_getroute()
2461 1, 0, bos); in mpls_getroute()
2462 bos = false; in mpls_getroute()