Lines Matching refs:protocol
363 skb->protocol = vlan_proto; in vlan_insert_tag_set_proto()
527 return __vlan_get_protocol(skb, skb->protocol, NULL); in vlan_get_protocol()
543 skb->protocol = proto; in vlan_set_encap_proto()
556 skb->protocol = htons(ETH_P_802_3); in vlan_set_encap_proto()
561 skb->protocol = htons(ETH_P_802_2); in vlan_set_encap_proto()
574 likely(skb->protocol != htons(ETH_P_8021Q) && in skb_vlan_tagged()
575 skb->protocol != htons(ETH_P_8021AD))) in skb_vlan_tagged()
590 __be16 protocol = skb->protocol; in skb_vlan_tagged_multi() local
595 if (likely(protocol != htons(ETH_P_8021Q) && in skb_vlan_tagged_multi()
596 protocol != htons(ETH_P_8021AD))) in skb_vlan_tagged_multi()
600 protocol = veh->h_vlan_encapsulated_proto; in skb_vlan_tagged_multi()
603 if (protocol != htons(ETH_P_8021Q) && protocol != htons(ETH_P_8021AD)) in skb_vlan_tagged_multi()