Searched refs:svlan_encapsulated_proto (Results 1 – 1 of 1) sorted by relevance
2873 __be16 *svlan_encapsulated_proto = NULL; /* packet type ID field (or len) for SVLAN tag */ in fill_packet_ipv4() local2909 svlan_encapsulated_proto = skb_put(skb, in fill_packet_ipv4()2911 *svlan_encapsulated_proto = htons(ETH_P_8021Q); in fill_packet_ipv4()3001 __be16 *svlan_encapsulated_proto = NULL; /* packet type ID field (or len) for SVLAN tag */ in fill_packet_ipv6() local3037 svlan_encapsulated_proto = skb_put(skb, in fill_packet_ipv6()3039 *svlan_encapsulated_proto = htons(ETH_P_8021Q); in fill_packet_ipv6()