Searched refs:ETH_P_8021Q (Results 201 - 225 of 247) sorted by path

12345678910

/linux-master/net/8021q/
H A Dvlan_netlink.c64 case htons(ETH_P_8021Q):
167 proto = htons(ETH_P_8021Q);
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c435 skb = vlan_insert_tag(skb, htons(ETH_P_8021Q),
1115 } while (proto == htons(ETH_P_8021Q));
H A Ddistributed-arp-table.c1120 skb = vlan_insert_tag(skb, htons(ETH_P_8021Q),
H A Dgateway_client.c584 if (proto == htons(ETH_P_8021Q)) {
H A Dmain.c377 case htons(ETH_P_8021Q):
632 if (ethhdr->h_proto != htons(ETH_P_8021Q))
H A Dsoft-interface.c221 case ETH_P_8021Q:
444 case ETH_P_8021Q:
637 if (proto != htons(ETH_P_8021Q))
672 * Return: 0 on success, -EINVAL if the specified prototype is not ETH_P_8021Q
684 if (proto != htons(ETH_P_8021Q))
/linux-master/net/bluetooth/bnep/
H A Dcore.c358 if (ntohs(s->eh.h_proto) == ETH_P_8021Q) {
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c83 else if (skb->protocol == htons(ETH_P_8021Q))
170 case __cpu_to_be16(ETH_P_8021Q):
255 skb->protocol = htons(ETH_P_8021Q);
482 if (skb->protocol == htons(ETH_P_8021Q))
H A Dbr_vlan.c864 br->vlan_proto == htons(ETH_P_8021Q)) {
878 br->vlan_proto == htons(ETH_P_8021Q))
1233 br->vlan_proto = htons(ETH_P_8021Q);
/linux-master/net/bridge/netfilter/
H A Debtables.c139 ethproto = htons(ETH_P_8021Q);
/linux-master/net/core/
H A Ddev.c5384 case htons(ETH_P_8021Q):
H A Dfilter.c3176 if (unlikely(vlan_proto != htons(ETH_P_8021Q) &&
3178 vlan_proto = htons(ETH_P_8021Q);
H A Dflow_dissector.c1272 case htons(ETH_P_8021Q): {
H A Dpktgen.c2899 protocol = htons(ETH_P_8021Q);
2930 *svlan_encapsulated_proto = htons(ETH_P_8021Q);
3027 protocol = htons(ETH_P_8021Q);
3058 *svlan_encapsulated_proto = htons(ETH_P_8021Q);
H A Drtnetlink.c1316 ivi.vlan_proto = htons(ETH_P_8021Q);
2533 htons(ETH_P_8021Q));
/linux-master/net/dsa/
H A Dport.c1333 vlan_vid_add(conduit, htons(ETH_P_8021Q), vlan->vid);
1352 vlan_vid_del(conduit, htons(ETH_P_8021Q), vlan->vid);
H A Dtag_dsa.c164 if (skb->protocol == htons(ETH_P_8021Q) &&
298 new_header[0] = (ETH_P_8021Q >> 8) & 0xff;
299 new_header[1] = ETH_P_8021Q & 0xff;
H A Dtag_lan9303.c74 lan9303_tag[0] = htons(ETH_P_8021Q);
H A Dtag_mtk.c39 case htons(ETH_P_8021Q):
H A Dtag_ocelot.c42 *tag_type = (proto != ETH_P_8021Q) ? IFH_TAG_TYPE_S : IFH_TAG_TYPE_C;
174 vlan_tpid = tag_type ? ETH_P_8021AD : ETH_P_8021Q;
H A Dtag_ocelot_8021q.c75 return dsa_8021q_xmit(skb, netdev, ETH_P_8021Q,
H A Dtag_sja1105.c466 return tpid == ETH_P_SJA1105 || tpid == ETH_P_8021Q ||
H A Duser.c1875 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q);
1882 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q);
/linux-master/net/hsr/
H A Dhsr_forward.c654 if (proto == htons(ETH_P_8021Q))
H A Dhsr_main.h273 if (ethhdr->h_proto == htons(ETH_P_8021Q))

Completed in 692 milliseconds

12345678910