mpls_push          42 drivers/net/ethernet/netronome/nfp/flower/action.c 	if (act->mpls_push.bos != ACT_MPLS_BOS_NOT_SET) {
mpls_push          43 drivers/net/ethernet/netronome/nfp/flower/action.c 		mpls_lse |= act->mpls_push.bos << MPLS_LS_S_SHIFT;
mpls_push          50 drivers/net/ethernet/netronome/nfp/flower/action.c 	if (act->mpls_push.tc != ACT_MPLS_TC_NOT_SET)
mpls_push          51 drivers/net/ethernet/netronome/nfp/flower/action.c 		mpls_lse |= act->mpls_push.tc << MPLS_LS_TC_SHIFT;
mpls_push          54 drivers/net/ethernet/netronome/nfp/flower/action.c 	mpls_lse |= act->mpls_push.label << MPLS_LS_LABEL_SHIFT;
mpls_push          55 drivers/net/ethernet/netronome/nfp/flower/action.c 	mpls_lse |= act->mpls_push.ttl << MPLS_LS_TTL_SHIFT;
mpls_push          56 drivers/net/ethernet/netronome/nfp/flower/action.c 	push_mpls->ethtype = act->mpls_push.proto;
mpls_push         206 include/net/flow_offload.h 		} mpls_push;
mpls_push        2760 net/core/pktgen.c 		mpls_push(mpls, pkt_dev);
mpls_push        2888 net/core/pktgen.c 		mpls_push(mpls, pkt_dev);
mpls_push        3545 net/sched/cls_api.c 				entry->mpls_push.proto = tcf_mpls_proto(act);
mpls_push        3546 net/sched/cls_api.c 				entry->mpls_push.label = tcf_mpls_label(act);
mpls_push        3547 net/sched/cls_api.c 				entry->mpls_push.tc = tcf_mpls_tc(act);
mpls_push        3548 net/sched/cls_api.c 				entry->mpls_push.bos = tcf_mpls_bos(act);
mpls_push        3549 net/sched/cls_api.c 				entry->mpls_push.ttl = tcf_mpls_ttl(act);