Home
last modified time | relevance | path

Searched refs:ETH_P_TIPC (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dif_ether.h94 #define ETH_P_TIPC 0x88CA /* TIPC */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h96 #define ETH_P_TIPC 0x88CA /* TIPC */ macro
/openbmc/linux/net/tipc/
H A Dbearer.c456 b->pt.type = htons(ETH_P_TIPC); in tipc_enable_l2_media()
509 skb->protocol = htons(ETH_P_TIPC); in tipc_l2_send_msg()
510 dev_hard_header(skb, dev, ETH_P_TIPC, dest->value, in tipc_l2_send_msg()
777 dev_hard_header(skb, dev, ETH_P_TIPC, dev->dev_addr, in tipc_clone_to_loopback()
804 tn->loopback_pt.type = htons(ETH_P_TIPC); in tipc_attach_loopback()
H A Dudp_media.c250 skb_set_inner_protocol(skb, htons(ETH_P_TIPC)); in tipc_udp_send_msg()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1115 (header->proto != htons(ETH_P_TIPC))) { in ipoib_start_xmit()
1136 case htons(ETH_P_TIPC): in ipoib_start_xmit()
/openbmc/linux/net/core/
H A Dflow_dissector.c1386 case htons(ETH_P_TIPC): { in __skb_flow_dissect()