Home
last modified time | relevance | path

Searched defs:mpls_route_config (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mpls/
Daf_mpls.c488 struct mpls_route_config { struct
489 u32 rc_protocol;
490 u32 rc_ifindex;
491 u8 rc_via_table;
492 u8 rc_via_alen;
493 u8 rc_via[MAX_VIA_ALEN];
494 u32 rc_label;
495 u8 rc_ttl_propagate;
496 u8 rc_output_labels;
497 u32 rc_output_label[MAX_NEW_LABELS];
[all …]
/kernel/linux/linux-6.6/net/mpls/
Daf_mpls.c491 struct mpls_route_config { struct
492 u32 rc_protocol;
493 u32 rc_ifindex;
494 u8 rc_via_table;
495 u8 rc_via_alen;
496 u8 rc_via[MAX_VIA_ALEN];
497 u32 rc_label;
498 u8 rc_ttl_propagate;
499 u8 rc_output_labels;
500 u32 rc_output_label[MAX_NEW_LABELS];
[all …]