Home
last modified time | relevance | path

Searched refs:ETH_P_MRP (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dif_ether.h95 #define ETH_P_MRP 0x88E3 /* Media Redundancy Protocol */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_ether.h76 #define ETH_P_MRP 0x88E3 macro
/kernel/linux/linux-5.10/net/bridge/
Dbr_mrp.c138 skb->protocol = htons(ETH_P_MRP); in br_mrp_skb_alloc()
145 eth_hdr->h_proto = htons(ETH_P_MRP); in br_mrp_skb_alloc()
1182 if (unlikely(skb->protocol == htons(ETH_P_MRP))) in br_mrp_process()