Home
last modified time | relevance | path

Searched refs:mpls_mangle (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c84 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()
/linux/include/net/
A Dflow_offload.h268 } mpls_mangle; member
/linux/net/sched/
A Dcls_api.c3687 entry->mpls_mangle.label = tcf_mpls_label(act); in tc_setup_flow_action()
3688 entry->mpls_mangle.tc = tcf_mpls_tc(act); in tc_setup_flow_action()
3689 entry->mpls_mangle.bos = tcf_mpls_bos(act); in tc_setup_flow_action()
3690 entry->mpls_mangle.ttl = tcf_mpls_ttl(act); in tc_setup_flow_action()

Completed in 14 milliseconds