Home
last modified time | relevance | path

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

/include/linux/
Dhdlc.h26 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); member
109 if (hdlc->proto->type_trans) in hdlc_type_trans()
110 return hdlc->proto->type_trans(skb, dev); in hdlc_type_trans()