Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wan/
A Dhdlc_cisco.c112 skb->protocol = htons(ETH_P_HDLC); in cisco_keepalive_send()
123 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
127 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
136 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
A Dhdlc_ppp.c145 return htons(ETH_P_HDLC); in ppp_type_trans()
148 return htons(ETH_P_HDLC); in ppp_type_trans()
160 return htons(ETH_P_HDLC); in ppp_type_trans()
253 skb->protocol = htons(ETH_P_HDLC); in ppp_tx_cp()
A Dhdlc.c352 .type = cpu_to_be16(ETH_P_HDLC),
A Dhdlc_fr.c427 skb->protocol = htons(ETH_P_HDLC); in pvc_xmit()
544 skb->protocol = htons(ETH_P_HDLC); in fr_lmi_send()
/linux-6.3-rc2/include/uapi/linux/
A Dif_ether.h148 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/linux-6.3-rc2/include/linux/
A Dhdlc.h112 return htons(ETH_P_HDLC); in hdlc_type_trans()

Completed in 13 milliseconds