Searched defs:mpls_route_config (Results 1 – 1 of 1) sorted by relevance
490 struct mpls_route_config { struct491 u32 rc_protocol;492 u32 rc_ifindex;493 u8 rc_via_table;494 u8 rc_via_alen;495 u8 rc_via[MAX_VIA_ALEN];496 u32 rc_label;497 u8 rc_ttl_propagate;498 u8 rc_output_labels;499 u32 rc_output_label[MAX_NEW_LABELS];[all …]