ETH_P_8021Q       189 include/linux/if_vlan.h 	veth->h_vlan_proto = htons(ETH_P_8021Q);
ETH_P_8021Q       194 include/linux/if_vlan.h 	skb->protocol = htons(ETH_P_8021Q);
ETH_P_8021Q       243 include/linux/if_vlan.h 	if (veth->h_vlan_proto != htons(ETH_P_8021Q)) {
ETH_P_8021Q        62 include/linux/netfilter_bridge.h 	case __constant_htons(ETH_P_8021Q):
ETH_P_8021Q        55 net/8021q/vlan.c 	.type = __constant_htons(ETH_P_8021Q),
ETH_P_8021Q       276 net/8021q/vlan_dev.c 		skb->protocol = htons(ETH_P_8021Q);
ETH_P_8021Q       277 net/8021q/vlan_dev.c 		type = ETH_P_8021Q;
ETH_P_8021Q       303 net/8021q/vlan_dev.c 	if (veth->h_vlan_proto != htons(ETH_P_8021Q) ||
ETH_P_8021Q        30 net/bridge/br_forward.c 	return skb->len - (skb->protocol == htons(ETH_P_8021Q) ? VLAN_HLEN : 0);
ETH_P_8021Q        74 net/bridge/br_netfilter.c 	(skb->protocol == htons(ETH_P_8021Q) && \
ETH_P_8021Q        79 net/bridge/br_netfilter.c 	(skb->protocol == htons(ETH_P_8021Q) && \
ETH_P_8021Q        84 net/bridge/br_netfilter.c 	(skb->protocol == htons(ETH_P_8021Q) &&	\
ETH_P_8021Q        93 net/bridge/netfilter/ebt_vlan.c 	if (e->ethproto != htons(ETH_P_8021Q)) {
ETH_P_8021Q      1465 net/core/dev.c 	if (skb->protocol == htons(ETH_P_8021Q)) {
ETH_P_8021Q      2539 net/core/pktgen.c 		protocol = htons(ETH_P_8021Q);
ETH_P_8021Q      2570 net/core/pktgen.c 			*svlan_encapsulated_proto = htons(ETH_P_8021Q);
ETH_P_8021Q      2879 net/core/pktgen.c 		protocol = htons(ETH_P_8021Q);
ETH_P_8021Q      2909 net/core/pktgen.c 			*svlan_encapsulated_proto = htons(ETH_P_8021Q);
ETH_P_8021Q        31 net/dsa/tag_dsa.c 	if (skb->protocol == htons(ETH_P_8021Q)) {
ETH_P_8021Q       127 net/dsa/tag_dsa.c 		new_header[0] = (ETH_P_8021Q >> 8) & 0xff;
ETH_P_8021Q       128 net/dsa/tag_dsa.c 		new_header[1] = ETH_P_8021Q & 0xff;
ETH_P_8021Q        33 net/dsa/tag_edsa.c 	if (skb->protocol == htons(ETH_P_8021Q)) {
ETH_P_8021Q       140 net/dsa/tag_edsa.c 		new_header[0] = (ETH_P_8021Q >> 8) & 0xff;
ETH_P_8021Q       141 net/dsa/tag_edsa.c 		new_header[1] = ETH_P_8021Q & 0xff;
ETH_P_8021Q       354 net/ipv4/inet_lro.c 	if ((skb->protocol == htons(ETH_P_8021Q))
ETH_P_8021Q       475 net/ipv4/inet_lro.c 		if ((skb->protocol == htons(ETH_P_8021Q))