Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dif_ether.h159 #define ETH_P_MCTP 0x00FA /* Management component transport macro
/Linux-v6.6/net/mctp/
Droute.c504 skb->protocol = htons(ETH_P_MCTP); in mctp_route_output()
943 skb->protocol = htons(ETH_P_MCTP); in mctp_local_output()
1160 .type = cpu_to_be16(ETH_P_MCTP),
/Linux-v6.6/drivers/net/mctp/
Dmctp-serial.c284 skb->protocol = htons(ETH_P_MCTP); in mctp_serial_rx()
Dmctp-i2c.c315 skb->protocol = htons(ETH_P_MCTP); in mctp_i2c_recv()