Searched refs:type_trans (Results 1 – 3 of 3) sorted by relevance
51 __be16 (*type_trans)(struct NetDeviceImpl *impl, struct sk_buff *skb); member
439 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->type_trans != NULL) { in NetIfTypeTrans()440 return ndImpl->interFace->type_trans(ndImpl, skb); in NetIfTypeTrans()
440 .type_trans = NetDevTypeTrans,