Home
last modified time | relevance | path

Searched refs:proto_head (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/wan/
A Dfsl_ucc_hdlc.c357 __be16 *proto_head; in ucc_hdlc_tx() local
370 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()
371 *proto_head = htons(DEFAULT_HDLC_HEAD); in ucc_hdlc_tx()
377 proto_head = (__be16 *)skb->data; in ucc_hdlc_tx()
378 if (*proto_head != htons(DEFAULT_PPP_HEAD)) { in ucc_hdlc_tx()
/linux-6.3-rc2/net/caif/
A Dcfcnfg.c302 int *proto_head, int *proto_tail) in caif_connect_client() argument
349 *proto_head = protohead[param.linktype] + phy->head_room; in caif_connect_client()

Completed in 13 milliseconds