Home
last modified time | relevance | path

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

/net/sched/
Dcls_api.c3545 entry->mpls_push.proto = tcf_mpls_proto(act); in tc_setup_flow_action()
3546 entry->mpls_push.label = tcf_mpls_label(act); in tc_setup_flow_action()
3547 entry->mpls_push.tc = tcf_mpls_tc(act); in tc_setup_flow_action()
3548 entry->mpls_push.bos = tcf_mpls_bos(act); in tc_setup_flow_action()
3549 entry->mpls_push.ttl = tcf_mpls_ttl(act); in tc_setup_flow_action()
/net/core/
Dpktgen.c2597 static void mpls_push(__be32 *mpls, struct pktgen_dev *pkt_dev) in mpls_push() function
2760 mpls_push(mpls, pkt_dev); in fill_packet_ipv4()
2888 mpls_push(mpls, pkt_dev); in fill_packet_ipv6()