Home
last modified time | relevance | path

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

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