Home
last modified time | relevance | path

Searched refs:PPP_MPLS_UC (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dppp_defs.h48 #define PPP_MPLS_UC 0x0281 /* Multi Protocol Label Switching - Unicast */ macro
/linux/drivers/net/ppp/
H A Dppp_generic.c332 case PPP_MPLS_UC: in proto_to_npindex()
346 PPP_MPLS_UC,
/linux/net/core/
H A Dflow_dissector.c1394 } else if (ppp_proto == PPP_MPLS_UC) { in __skb_flow_dissect()
/linux/net/sched/
H A Dcls_flower.c1150 } else if (key_val->ppp_proto == htons(PPP_MPLS_UC)) { in fl_set_key_pppoe()