Searched refs:mpls_entry_encode (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/net/ |
D | mpls.h | 30 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, in mpls_entry_encode() function
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
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-v5.15/net/mpls/ |
D | mpls_iptunnel.c | 128 hdr[i] = mpls_entry_encode(tun_encap_info->label[i], in mpls_xmit()
|
D | af_mpls.c | 447 hdr[i] = mpls_entry_encode(nh->nh_label[i], in mpls_forward() 1682 nla_label[i] = mpls_entry_encode(label[i], 0, 0, bos); in nla_put_labels() 2425 hdr[i] = mpls_entry_encode(labels[i], in mpls_getroute()
|