Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dif_vlan.h315 __be16 proto, *protop; in vlan_get_protocol() local
316 protop = skb_header_pointer(skb, offsetof(struct vlan_ethhdr, in vlan_get_protocol()
319 if (likely(protop)) in vlan_get_protocol()
320 protocol = *protop; in vlan_get_protocol()