Searched refs:mpls_mangle (Results 1 – 3 of 3) sorted by relevance
84 if (act->mpls_mangle.label != ACT_MPLS_LABEL_NOT_SET) { in nfp_fl_set_mpls()85 mpls_lse |= act->mpls_mangle.label << MPLS_LS_LABEL_SHIFT; in nfp_fl_set_mpls()88 if (act->mpls_mangle.tc != ACT_MPLS_TC_NOT_SET) { in nfp_fl_set_mpls()89 mpls_lse |= act->mpls_mangle.tc << MPLS_LS_TC_SHIFT; in nfp_fl_set_mpls()92 if (act->mpls_mangle.bos != ACT_MPLS_BOS_NOT_SET) { in nfp_fl_set_mpls()93 mpls_lse |= act->mpls_mangle.bos << MPLS_LS_S_SHIFT; in nfp_fl_set_mpls()96 if (act->mpls_mangle.ttl) { in nfp_fl_set_mpls()97 mpls_lse |= act->mpls_mangle.ttl << MPLS_LS_TTL_SHIFT; in nfp_fl_set_mpls()
264 } mpls_mangle; member
3704 entry->mpls_mangle.label = tcf_mpls_label(act); in tc_setup_flow_action()3705 entry->mpls_mangle.tc = tcf_mpls_tc(act); in tc_setup_flow_action()3706 entry->mpls_mangle.bos = tcf_mpls_bos(act); in tc_setup_flow_action()3707 entry->mpls_mangle.ttl = tcf_mpls_ttl(act); in tc_setup_flow_action()