Searched refs:mpls_entry_encode (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
A D | mpls.h | 30 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, in mpls_entry_encode() function
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun_mplsoudp.c | 42 *mpls = mpls_entry_encode(tun_id, tun_key->ttl, tun_key->tos, true); in generate_ip_tun_hdr()
|
/linux/net/mpls/ |
A D | mpls_iptunnel.c | 128 hdr[i] = mpls_entry_encode(tun_encap_info->label[i], in mpls_xmit()
|
A D | af_mpls.c | 447 hdr[i] = mpls_entry_encode(nh->nh_label[i], in mpls_forward() 1713 nla_label[i] = mpls_entry_encode(label[i], 0, 0, bos); in nla_put_labels() 2452 hdr[i] = mpls_entry_encode(labels[i], in mpls_getroute()
|
Completed in 11 milliseconds