Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_ether.h105 #define ETH_P_CFM 0x8902 /* Connectivity Fault Management */ macro
/openbmc/linux/net/bridge/
H A Dbr_cfm.c193 skb->protocol = htons(ETH_P_CFM); in ccm_frame_build()
200 eth_hdr->h_proto = htons(ETH_P_CFM); in ccm_frame_build()
493 .type = cpu_to_be16(ETH_P_CFM),
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c208 if (l3_proto == ETH_P_ALL || l3_proto == ETH_P_CFM) { in lan966x_vcap_is2_get_port_keysets()
/openbmc/linux/net/core/
H A Dflow_dissector.c1471 case htons(ETH_P_CFM): in __skb_flow_dissect()
/openbmc/linux/net/sched/
H A Dcls_flower.c1905 } else if (key->basic.n_proto == htons(ETH_P_CFM)) { in fl_set_key()