Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_ether.h96 #define ETH_P_TIPC 0x88CA /* TIPC */ macro
/linux/net/tipc/
H A Dbearer.c460 b->pt.type = htons(ETH_P_TIPC); in tipc_enable_l2_media()
513 skb->protocol = htons(ETH_P_TIPC); in tipc_l2_send_msg()
514 dev_hard_header(skb, dev, ETH_P_TIPC, dest->value, in tipc_l2_send_msg()
781 dev_hard_header(skb, dev, ETH_P_TIPC, dev->dev_addr, in tipc_clone_to_loopback()
808 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()
/linux/net/core/
H A Dflow_dissector.c1420 case htons(ETH_P_TIPC): { in __skb_flow_dissect()