Home
last modified time | relevance | path

Searched refs:mpls_push (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c43 if (act->mpls_push.bos != ACT_MPLS_BOS_NOT_SET) { in nfp_fl_push_mpls()
44 mpls_lse |= act->mpls_push.bos << MPLS_LS_S_SHIFT; in nfp_fl_push_mpls()
51 if (act->mpls_push.tc != ACT_MPLS_TC_NOT_SET) in nfp_fl_push_mpls()
52 mpls_lse |= act->mpls_push.tc << MPLS_LS_TC_SHIFT; in nfp_fl_push_mpls()
55 mpls_lse |= act->mpls_push.label << MPLS_LS_LABEL_SHIFT; in nfp_fl_push_mpls()
56 mpls_lse |= act->mpls_push.ttl << MPLS_LS_TTL_SHIFT; in nfp_fl_push_mpls()
57 push_mpls->ethtype = act->mpls_push.proto; in nfp_fl_push_mpls()
/linux/include/net/
A Dflow_offload.h259 } mpls_push; member
/linux/net/sched/
A Dcls_api.c3675 entry->mpls_push.proto = tcf_mpls_proto(act); in tc_setup_flow_action()
3676 entry->mpls_push.label = tcf_mpls_label(act); in tc_setup_flow_action()
3677 entry->mpls_push.tc = tcf_mpls_tc(act); in tc_setup_flow_action()
3678 entry->mpls_push.bos = tcf_mpls_bos(act); in tc_setup_flow_action()
3679 entry->mpls_push.ttl = tcf_mpls_ttl(act); in tc_setup_flow_action()
/linux/net/core/
A Dpktgen.c2737 static void mpls_push(__be32 *mpls, struct pktgen_dev *pkt_dev) in mpls_push() function
2900 mpls_push(mpls, pkt_dev); in fill_packet_ipv4()
3028 mpls_push(mpls, pkt_dev); in fill_packet_ipv6()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c3949 bool mpls_push = false; in parse_tc_fdb_actions() local
3998 act->mpls_push.proto != htons(ETH_P_MPLS_UC)) { in parse_tc_fdb_actions()
4003 mpls_push = true; in parse_tc_fdb_actions()
4102 if (mpls_push && !netif_is_bareudp(out_dev)) { in parse_tc_fdb_actions()

Completed in 30 milliseconds