| /linux-4.4.14/include/linux/ |
| D | if_vlan.h | 277 if (proto == htons(ETH_P_8021Q) && features & NETIF_F_HW_VLAN_CTAG_TX) in vlan_hw_offload_capable() 427 if (veth->h_vlan_proto != htons(ETH_P_8021Q) && in __vlan_get_tag() 490 if (type == htons(ETH_P_8021Q) || type == htons(ETH_P_8021AD)) { in __vlan_get_protocol() 508 } while (type == htons(ETH_P_8021Q) || in __vlan_get_protocol() 574 likely(skb->protocol != htons(ETH_P_8021Q) && in skb_vlan_tagged() 595 if (likely(protocol != htons(ETH_P_8021Q) && in skb_vlan_tagged_multi() 603 if (protocol != htons(ETH_P_8021Q) && protocol != htons(ETH_P_8021AD)) in skb_vlan_tagged_multi()
|
| /linux-4.4.14/net/dsa/ |
| D | tag_dsa.c | 28 if (skb->protocol == htons(ETH_P_8021Q)) { in dsa_xmit() 129 new_header[0] = (ETH_P_8021Q >> 8) & 0xff; in dsa_rcv() 130 new_header[1] = ETH_P_8021Q & 0xff; in dsa_rcv()
|
| D | tag_edsa.c | 30 if (skb->protocol == htons(ETH_P_8021Q)) { in edsa_xmit() 142 new_header[0] = (ETH_P_8021Q >> 8) & 0xff; in edsa_rcv() 143 new_header[1] = ETH_P_8021Q & 0xff; in edsa_rcv()
|
| /linux-4.4.14/net/8021q/ |
| D | vlan_gvrp.c | 35 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_gvrp_request_join() 46 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_gvrp_request_leave()
|
| D | vlan_mvrp.c | 41 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_mvrp_request_join() 52 if (vlan->vlan_proto != htons(ETH_P_8021Q)) in vlan_mvrp_request_leave()
|
| D | vlan.c | 223 err = vlan_check_real_dev(real_dev, htons(ETH_P_8021Q), vlan_id); in register_vlan_device() 267 vlan->vlan_proto = htons(ETH_P_8021Q); in register_vlan_device() 371 vlan_vid_add(dev, htons(ETH_P_8021Q), 0); in vlan_device_event() 421 vlan_vid_del(dev, htons(ETH_P_8021Q), 0); in vlan_device_event() 690 .type = cpu_to_be16(ETH_P_8021Q),
|
| D | vlan_netlink.c | 59 case htons(ETH_P_8021Q): in vlan_validate() 136 proto = htons(ETH_P_8021Q); in vlan_newlink()
|
| D | vlan.h | 41 case htons(ETH_P_8021Q): in vlan_proto_idx()
|
| D | vlan_core.c | 164 if (vid_info->proto == htons(ETH_P_8021Q) && in vlan_hw_filter_capable()
|
| /linux-4.4.14/net/sched/ |
| D | act_vlan.c | 103 case htons(ETH_P_8021Q): in tcf_vlan_init() 110 push_proto = htons(ETH_P_8021Q); in tcf_vlan_init()
|
| /linux-4.4.14/samples/bpf/ |
| D | sockex2_kern.c | 112 if (proto == ETH_P_8021Q) { in flow_dissector() 149 if (proto == ETH_P_8021Q) { in flow_dissector()
|
| D | sockex3_kern.c | 42 case ETH_P_8021Q: in parse_eth_proto()
|
| /linux-4.4.14/include/uapi/linux/ |
| D | if_ether.h | 65 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
|
| /linux-4.4.14/net/bridge/netfilter/ |
| D | ebt_vlan.c | 94 if (e->ethproto != htons(ETH_P_8021Q)) { in ebt_vlan_mt_check()
|
| D | ebtables.c | 137 ethproto = htons(ETH_P_8021Q); in ebt_basic_match()
|
| /linux-4.4.14/net/batman-adv/ |
| D | soft-interface.c | 215 case ETH_P_8021Q: in batadv_interface_tx() 417 case ETH_P_8021Q: in batadv_interface_rx() 618 if (proto != htons(ETH_P_8021Q)) in batadv_interface_add_vid() 675 if (proto != htons(ETH_P_8021Q)) in batadv_interface_kill_vid()
|
| D | distributed-arp-table.c | 995 skb_new = vlan_insert_tag(skb_new, htons(ETH_P_8021Q), in batadv_dat_snoop_outgoing_arp_request() 1075 skb_new = vlan_insert_tag(skb_new, htons(ETH_P_8021Q), in batadv_dat_snoop_incoming_arp_request()
|
| D | main.c | 346 case htons(ETH_P_8021Q): in batadv_skb_set_priority() 1207 if (ethhdr->h_proto != htons(ETH_P_8021Q)) in batadv_get_vid()
|
| D | bridge_loop_avoidance.c | 356 skb = vlan_insert_tag(skb, htons(ETH_P_8021Q), in batadv_bla_send_claim() 909 } while (proto == htons(ETH_P_8021Q)); in batadv_bla_process_claim()
|
| D | gateway_client.c | 689 if (proto == htons(ETH_P_8021Q)) { in batadv_gw_dhcp_recipient_get()
|
| /linux-4.4.14/net/bridge/ |
| D | br_vlan.c | 605 if (!br->vlan_enabled || br->vlan_proto == htons(ETH_P_8021Q)) { in recalculate_group_addr() 618 if (!br->vlan_enabled || br->vlan_proto == htons(ETH_P_8021Q)) in br_recalculate_fwd_mask() 702 if (val != ETH_P_8021Q && val != ETH_P_8021AD) in br_vlan_set_proto() 872 br->vlan_proto = htons(ETH_P_8021Q); in br_vlan_init()
|
| D | br_netfilter_hooks.c | 77 else if (skb->protocol == htons(ETH_P_8021Q)) in vlan_proto() 160 case __cpu_to_be16(ETH_P_8021Q): in nf_bridge_encap_header_len() 241 skb->protocol = htons(ETH_P_8021Q); in nf_bridge_update_protocol() 448 if (skb->protocol == htons(ETH_P_8021Q)) in setup_pre_routing()
|
| D | br_forward.c | 50 (skb->protocol == htons(ETH_P_8021Q) || in br_dev_queue_push_xmit()
|
| D | br_netlink.c | 764 case htons(ETH_P_8021Q): in br_validate()
|
| /linux-4.4.14/drivers/staging/gdm724x/ |
| D | gdm_lte.c | 122 if (ntohs(((struct ethhdr *)skb_in->data)->h_proto) == ETH_P_8021Q) { in gdm_lte_emulate_arp() 247 if (ntohs(((struct ethhdr *)skb_in->data)->h_proto) == ETH_P_8021Q) { in gdm_lte_emulate_ndp() 363 if (ntohs(eth->h_proto) == ETH_P_8021Q) { in gdm_lte_tx_nic_type() 647 vlan_eth.h_vlan_proto = htons(ETH_P_8021Q); in gdm_lte_netif_rx()
|
| /linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac100_core.c | 43 writel(ETH_P_8021Q, ioaddr + MAC_VLAN1); in dwmac100_core_init()
|
| D | stmmac_main.c | 2109 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlanid); in stmmac_rx_vlan()
|
| /linux-4.4.14/drivers/net/usb/ |
| D | cdc_mbim.c | 326 netdev = __vlan_find_dev_deep_rcu(dev->net, htons(ETH_P_8021Q), in do_neigh_solicit() 405 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tci); in cdc_mbim_process_dgram()
|
| D | smsc95xx.c | 1043 ret = smsc95xx_write_reg(dev, VLAN1, (u32)ETH_P_8021Q); in smsc95xx_reset()
|
| D | r8152.c | 1459 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in rtl_rx_vlan_tag()
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_io.c | 321 if (protocol == ETH_P_8021Q) { in qlcnic_send_filter() 471 if (protocol == ETH_P_8021Q) { in qlcnic_tx_pkt() 527 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt() 1244 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_process_rcv() 1345 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_process_lro() 1770 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_83xx_process_rcv() 1868 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in qlcnic_83xx_process_lro()
|
| D | qlcnic_main.c | 4196 dev = __vlan_find_dev_deep_rcu(netdev, htons(ETH_P_8021Q), vid); in qlcnic_restore_indev_addr()
|
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_rx.c | 214 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in mlx5e_build_rx_skb()
|
| /linux-4.4.14/drivers/infiniband/core/ |
| D | ud_header.c | 253 header->eth.type = cpu_to_be16(ETH_P_8021Q); in ib_ud_header_init()
|
| /linux-4.4.14/net/hsr/ |
| D | hsr_forward.c | 318 if (ethhdr->h_proto == htons(ETH_P_8021Q)) { in hsr_fill_frame_info()
|
| /linux-4.4.14/net/openvswitch/ |
| D | vport.c | 487 if (skb->protocol == htons(ETH_P_8021Q)) in packet_length()
|
| D | flow_netlink.c | 1197 (nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]) == htons(ETH_P_8021Q))) { in ovs_nla_get_match() 1466 if (swkey->eth.tci || swkey->eth.type == htons(ETH_P_8021Q)) { in __ovs_nla_put_key() 1468 eth_type = !is_mask ? htons(ETH_P_8021Q) : htons(0xffff); in __ovs_nla_put_key() 2273 if (vlan->vlan_tpid != htons(ETH_P_8021Q)) in __ovs_nla_copy_actions()
|
| D | flow.c | 486 else if (eth->h_proto == htons(ETH_P_8021Q)) in key_extract()
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
| D | i40e_txrx.c | 777 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); in i40e_receive_skb() 863 skb->transport_header += (skb->protocol == htons(ETH_P_8021Q) || in i40e_rx_checksum() 1400 if (protocol == htons(ETH_P_8021Q) && in i40evf_tx_prepare_vlan_flags() 1418 } else if (protocol == htons(ETH_P_8021Q)) { in i40evf_tx_prepare_vlan_flags()
|
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
| D | clip_tbl.c | 229 root_dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), i); in cxgb4_update_root_dev_clip()
|
| D | sge.c | 1877 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan)); in do_gro() 1971 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan)); in t4_ethrx_handler()
|
| /linux-4.4.14/net/ipv4/ |
| D | inet_lro.c | 315 if ((skb->protocol == htons(ETH_P_8021Q)) && in __lro_proc_skb()
|
| /linux-4.4.14/drivers/scsi/fnic/ |
| D | fnic_fcs.c | 638 if (eh->h_proto == htons(ETH_P_8021Q)) { in fnic_import_rq_eth_pkt() 1003 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_eth_send() 1069 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_send_frame()
|
| /linux-4.4.14/drivers/s390/net/ |
| D | qeth_l3_main.c | 1572 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc() 1634 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_add_vlan_mc6() 1679 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), vid); in qeth_l3_free_vlan_addresses4() 1709 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), vid); in qeth_l3_free_vlan_addresses6() 1892 htons(ETH_P_8021Q), vlan_tag); in qeth_l3_process_inbound_buffer() 2001 netdev = __vlan_find_dev_deep_rcu(card->dev, htons(ETH_P_8021Q), in qeth_l3_verify_vlan_dev() 2908 *tag = __constant_htons(ETH_P_8021Q); in qeth_l3_hard_start_xmit()
|
| D | qeth_core.h | 856 if (*p == ETH_P_8021Q) in qeth_get_ip_version()
|
| D | qeth_l2_main.c | 289 if (veth->h_vlan_proto == __constant_htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
|
| D | qeth_core_main.c | 3805 if (*tci == ETH_P_8021Q) in qeth_get_priority_queue()
|
| /linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_netdev.c | 611 if ((skb->protocol == htons(ETH_P_8021Q)) && in fm10k_xmit_frame() 640 htons(ETH_P_8021Q), in fm10k_xmit_frame()
|
| D | fm10k_main.c | 503 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in fm10k_process_skb_fields() 505 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in fm10k_process_skb_fields()
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
| D | i40e_txrx.c | 1303 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); in i40e_receive_skb() 1390 skb->transport_header += (skb->protocol == htons(ETH_P_8021Q) || in i40e_rx_checksum() 2126 if (protocol == htons(ETH_P_8021Q) && in i40e_tx_prepare_vlan_flags() 2144 } else if (protocol == htons(ETH_P_8021Q)) { in i40e_tx_prepare_vlan_flags()
|
| D | i40e_fcoe.c | 237 if (eth_hdr(skb)->h_proto == htons(ETH_P_8021Q)) in i40e_fcoe_fc_frame_header() 1325 if (protocol == htons(ETH_P_8021Q)) { in i40e_fcoe_set_skb_header()
|
| D | i40e_main.c | 2558 i40e_vlan_rx_add_vid(vsi->netdev, htons(ETH_P_8021Q), in i40e_restore_vlan()
|
| /linux-4.4.14/net/bluetooth/bnep/ |
| D | core.c | 358 if (ntohs(s->eh.h_proto) == ETH_P_8021Q) { in bnep_rx_frame()
|
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_rx.c | 913 __vlan_hwaccel_put_tag(gro_skb, htons(ETH_P_8021Q), vid); in mlx4_en_process_rx_cq() 980 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), be16_to_cpu(cqe->sl_vid)); in mlx4_en_process_rx_cq()
|
| D | en_tx.c | 967 else if (vlan_proto == ETH_P_8021Q) in mlx4_en_xmit()
|
| /linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
| D | e1000_main.c | 343 e1000_vlan_rx_add_vid(netdev, htons(ETH_P_8021Q), vid); in e1000_update_mng_vlan() 351 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), in e1000_update_mng_vlan() 1463 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), in e1000_close() 4005 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in e1000_receive_skb() 4285 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in e1000_clean_jumbo_rx_irq() 4999 e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); in e1000_restore_vlan()
|
| /linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
| D | xgene_enet_main.c | 107 return (eth->h_proto == htons(ETH_P_8021Q)) ? VLAN_ETH_HLEN : ETH_HLEN; in xgene_enet_hdr_len() 203 unlikely(skb->protocol != htons(ETH_P_8021Q))) in xgene_enet_work_msg()
|
| /linux-4.4.14/drivers/net/ethernet/adi/ |
| D | bfin_mac.c | 1690 lp->vlan1_mask = ETH_P_8021Q | mii_bus_data->vlan1_mask; in bfin_mac_probe() 1691 lp->vlan2_mask = ETH_P_8021Q | mii_bus_data->vlan2_mask; in bfin_mac_probe()
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
| D | qlge_main.c | 1483 if (tags[6] == ETH_P_8021Q && in ql_update_mac_hdr_len() 1484 tags[8] == ETH_P_8021Q) in ql_update_mac_hdr_len() 1534 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_id); in ql_process_mac_rx_gro_page() 1620 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_id); in ql_process_mac_rx_page() 1734 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_id); in ql_process_mac_rx_skb() 2049 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_id); in ql_process_mac_split_rx_intr()
|
| /linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
| D | netdev.c | 579 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tag); in e1000_receive_skb() 2779 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), in e1000e_vlan_filter_disable() 2841 e1000_vlan_rx_add_vid(netdev, htons(ETH_P_8021Q), vid); in e1000_update_mng_vlan() 2846 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), old_vid); in e1000_update_mng_vlan() 2853 e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0); in e1000_restore_vlan() 2856 e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); in e1000_restore_vlan() 4075 ew32(VET, ETH_P_8021Q); in e1000e_reset() 4656 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), in e1000_close()
|
| /linux-4.4.14/net/core/ |
| D | pktgen.c | 2817 protocol = htons(ETH_P_8021Q); in fill_packet_ipv4() 2849 *svlan_encapsulated_proto = htons(ETH_P_8021Q); in fill_packet_ipv4() 2946 protocol = htons(ETH_P_8021Q); in fill_packet_ipv6() 2976 *svlan_encapsulated_proto = htons(ETH_P_8021Q); in fill_packet_ipv6()
|
| D | filter.c | 1519 if (unlikely(vlan_proto != htons(ETH_P_8021Q) && in bpf_skb_vlan_push() 1521 vlan_proto = htons(ETH_P_8021Q); in bpf_skb_vlan_push()
|
| D | flow_dissector.c | 255 case htons(ETH_P_8021Q): { in __skb_flow_dissect()
|
| D | skbuff.c | 4392 if (unlikely((skb->protocol != htons(ETH_P_8021Q) && in skb_vlan_pop() 4402 if (likely((skb->protocol != htons(ETH_P_8021Q) && in skb_vlan_pop()
|
| D | dev.c | 3787 case htons(ETH_P_8021Q): in skb_pfmemalloc_protocol() 3838 if (skb->protocol == cpu_to_be16(ETH_P_8021Q) || in __netif_receive_skb_core()
|
| /linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
| D | be_main.c | 1001 skb = vlan_insert_tag_set_proto(skb, htons(ETH_P_8021Q), in be_insert_vlan_in_pkt() 1011 skb = vlan_insert_tag_set_proto(skb, htons(ETH_P_8021Q), in be_insert_vlan_in_pkt() 1066 eth_hdr_len = ntohs(skb->protocol) == ETH_P_8021Q ? in be_lancer_xmit_workarounds() 1079 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds() 2132 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rxcp->vlan_tag); in be_rx_compl_process() 2190 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rxcp->vlan_tag); in be_rx_compl_process_gro()
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_cmn.c | 810 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tpa_info->vlan_tag); in bnx2x_tpa_stop() 1094 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in bnx2x_rx_int() 1939 if (ether_type == ETH_P_8021Q) { in bnx2x_select_queue() 3650 ((skb->protocol == cpu_to_be16(ETH_P_8021Q)) << in bnx2x_set_pbd_csum() 3752 ((skb->protocol == cpu_to_be16(ETH_P_8021Q)) << in bnx2x_update_pbds_gso_enc()
|
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_fcoe.c | 426 if (eth_hdr(skb)->h_proto == htons(ETH_P_8021Q)) in ixgbe_fcoe_ddp()
|
| D | ixgbe_main.c | 1651 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in ixgbe_process_skb_fields() 3999 ixgbe_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0); in ixgbe_restore_vlan() 4002 ixgbe_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); in ixgbe_restore_vlan() 7417 common.port.src ^= th->dest ^ htons(ETH_P_8021Q); in ixgbe_atr() 7529 } else if (protocol == htons(ETH_P_8021Q)) { in ixgbe_xmit_frame_ring()
|
| /linux-4.4.14/drivers/net/ethernet/sfc/ |
| D | rx.c | 856 if (skb->protocol == htons(ETH_P_8021Q)) { in efx_filter_rfs()
|
| D | tx.c | 858 if (protocol == htons(ETH_P_8021Q)) { in efx_tso_check_protocol()
|
| /linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
| D | xgbe-drv.c | 1986 (skb->protocol == htons(ETH_P_8021Q))) in xgbe_rx_poll() 2006 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in xgbe_rx_poll()
|
| /linux-4.4.14/drivers/net/ethernet/adaptec/ |
| D | starfire.c | 1015 writel(ETH_P_8021Q, ioaddr + VlanType); in netdev_open() 1500 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlid); in __netdev_rx()
|
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
| D | sge.c | 1591 __vlan_hwaccel_put_tag(skb, cpu_to_be16(ETH_P_8021Q), in do_gro() 1664 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), be16_to_cpu(pkt->vlan)); in t4vf_ethrx_handler()
|
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
| D | sge.c | 1388 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(p->vlan)); in sge_rx() 1766 return e->h_proto == htons(ETH_P_8021Q) ? VLAN_ETH_HLEN : ETH_HLEN; in eth_hdr_len()
|
| /linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
| D | ixgb_main.c | 2078 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in ixgb_clean_rx_irq() 2246 ixgb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); in ixgb_restore_vlan()
|
| /linux-4.4.14/drivers/net/hyperv/ |
| D | netvsc_drv.c | 732 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in netvsc_recv_callback()
|
| /linux-4.4.14/drivers/net/ethernet/3com/ |
| D | typhoon.c | 1693 __vlan_hwaccel_put_tag(new_skb, htons(ETH_P_8021Q), in typhoon_rx() 1910 xp_cmd.parm1 = cpu_to_le16(ETH_P_8021Q); in typhoon_start_runtime()
|
| /linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
| D | nic_main.c | 347 (2 << 19) | (ETYPE_ALG_VLAN_STRIP << 16) | ETH_P_8021Q); in nic_init_hw()
|
| D | nicvf_main.c | 625 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in nicvf_rcv_pkt_handler()
|
| /linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
| D | atl1e_main.c | 1480 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); in atl1e_clean_rx_irq() 1905 if (skb->protocol == htons(ETH_P_8021Q)) in atl1e_xmit_frame()
|
| /linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
| D | netdev.c | 119 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in igbvf_receive_skb() 1275 igbvf_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); in igbvf_restore_vlan()
|
| /linux-4.4.14/drivers/net/ |
| D | macvtap.c | 812 if ((skb->protocol == htons(ETH_P_8021Q) || in macvtap_get_user()
|
| /linux-4.4.14/drivers/net/ethernet/marvell/ |
| D | mvpp2.c | 2516 err = mvpp2_prs_double_vlan_add(priv, ETH_P_8021Q, ETH_P_8021AD, in mvpp2_prs_vlan_init() 2522 err = mvpp2_prs_double_vlan_add(priv, ETH_P_8021Q, ETH_P_8021Q, in mvpp2_prs_vlan_init() 2534 err = mvpp2_prs_vlan_add(priv, ETH_P_8021Q, MVPP2_PRS_SINGLE_VLAN_AI, in mvpp2_prs_vlan_init()
|
| D | mv643xx_eth.c | 701 skb->protocol != htons(ETH_P_8021Q)); in skb_tx_csum()
|
| D | sky2.c | 2717 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), be16_to_cpu(length)); in sky2_rx_tag()
|
| /linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
| D | myri10ge.c | 1283 if ((skb->protocol == htons(ETH_P_8021Q)) && in myri10ge_vlan_ip_csum() 1399 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx() 1406 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(veh->h_vlan_TCI)); in myri10ge_vlan_rx()
|
| /linux-4.4.14/drivers/net/ethernet/toshiba/ |
| D | ps3_gelic_net.c | 762 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q); in gelic_put_vlan_tag()
|
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_offload.c | 188 dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), vlan); in get_iff_from_mac()
|
| D | sge.c | 2033 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(p->vlan)); in rx_eth() 2135 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(cpl->vlan)); in lro_add_page()
|
| /linux-4.4.14/drivers/net/ethernet/altera/ |
| D | altera_tse_main.c | 363 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in tse_rx_vlan()
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic_main.c | 1888 if (protocol == cpu_to_be16(ETH_P_8021Q)) { in netxen_tso_check() 1965 vh->h_vlan_proto = htons(ETH_P_8021Q); in netxen_tso_check()
|
| D | netxen_nic_init.c | 1639 if (skb->protocol == htons(ETH_P_8021Q)) in netxen_process_lro()
|
| /linux-4.4.14/drivers/net/bonding/ |
| D | bond_alb.c | 478 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in rlb_update_client()
|
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
| D | ixgbevf_main.c | 543 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in ixgbevf_process_skb_fields() 1853 htons(ETH_P_8021Q), vid); in ixgbevf_restore_vlan()
|
| /linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
| D | hns_enet.c | 70 if (protocol == htons(ETH_P_8021Q)) { in fill_desc()
|
| /linux-4.4.14/drivers/net/ethernet/smsc/ |
| D | smsc9420.c | 1303 smsc9420_reg_write(pd, VLAN1, ETH_P_8021Q); in smsc9420_alloc_rx_ring()
|
| D | smsc911x.c | 1542 smsc911x_mac_write(pdata, VLAN1, ETH_P_8021Q); in smsc911x_open()
|
| /linux-4.4.14/drivers/net/ethernet/amd/ |
| D | amd8111e.c | 780 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); in amd8111e_rx_poll()
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt.c | 217 if (skb->vlan_proto == htons(ETH_P_8021Q)) in bnxt_start_xmit() 1015 vlan_proto == ETH_P_8021Q) || in bnxt_tpa_end() 1175 vlan_proto == ETH_P_8021Q) || in bnxt_rx_pkt()
|
| /linux-4.4.14/drivers/scsi/fcoe/ |
| D | fcoe.c | 1672 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in fcoe_xmit()
|
| /linux-4.4.14/drivers/net/ethernet/realtek/ |
| D | 8139cp.c | 429 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff)); in cp_rx_skb()
|
| D | r8169.c | 2097 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff)); in rtl8169_rx_vlan_tag() 7000 if (skb->protocol == htons(ETH_P_8021Q)) in get_protocol()
|
| /linux-4.4.14/drivers/net/ethernet/tehuti/ |
| D | tehuti.c | 1151 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), GET_RXD_VLAN_TCI(rxd_vlan)); in NETIF_RX_MUX()
|
| /linux-4.4.14/drivers/net/ethernet/via/ |
| D | via-rhine.c | 2042 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci); in rhine_rx_vlan_tag()
|
| D | via-velocity.c | 2083 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in velocity_receive_frame()
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
| D | qede_main.c | 806 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in qede_skb_receive()
|
| /linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
| D | atl2.c | 454 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); in atl2_intr_rx()
|
| D | atl1.c | 2033 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); in atl1_intr_rx()
|
| /linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
| D | atl1c_main.c | 1865 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan); in atl1c_clean_rx_irq()
|
| /linux-4.4.14/drivers/net/ethernet/alteon/ |
| D | acenic.c | 2008 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), retdesc->vlan); in ace_rx_int()
|
| /linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
| D | enic_main.c | 1187 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci); in enic_rq_indicate_buf()
|
| /linux-4.4.14/drivers/net/ethernet/ |
| D | jme.c | 1064 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in jme_alloc_and_feed_skb()
|
| /linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
| D | lio_main.c | 2607 return skb->protocol == htons(ETH_P_8021Q); in is_vlan()
|
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 6904 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in igb_process_skb_fields() 7245 igb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid); in igb_restore_vlan()
|
| /linux-4.4.14/drivers/net/ethernet/nvidia/ |
| D | forcedeth.c | 2765 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) { in nv_getlen() 2970 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in nv_rx_process_optimized()
|
| /linux-4.4.14/drivers/net/ethernet/freescale/ |
| D | fec_main.c | 1509 htons(ETH_P_8021Q), in fec_enet_rx_queue()
|
| D | gianfar.c | 3063 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in gfar_process_frame()
|
| /linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
| D | ehea_main.c | 740 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in ehea_proc_rwqes()
|
| /linux-4.4.14/drivers/net/vmxnet3/ |
| D | vmxnet3_drv.c | 1449 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rcd->tci); in vmxnet3_rq_rx_complete()
|
| /linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
| D | bnad.c | 727 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(cmpl->vlan_tag)); in bnad_cq_process()
|
| /linux-4.4.14/net/packet/ |
| D | af_packet.c | 1755 return likely(eth_hdr(skb)->h_proto == htons(ETH_P_8021Q)); in packet_extra_vlan_len_allowed()
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 6919 skb->protocol != htons(ETH_P_8021Q) && in tg3_rx() 6927 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), in tg3_rx() 7946 if (skb->protocol == htons(ETH_P_8021Q) || in tg3_start_xmit() 8009 if (skb->protocol == htons(ETH_P_8021Q) || in tg3_start_xmit()
|
| D | cnic.c | 1755 ETH_P_8021Q; in cnic_setup_bnx2x_ctx()
|
| D | bnx2.c | 3253 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rx_hdr->l2_fhdr_vlan_tag); in bnx2_rx_int()
|
| /linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
| D | vxge-main.c | 316 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ext_info->vlan); in vxge_rx_complete()
|
| /linux-4.4.14/drivers/infiniband/hw/nes/ |
| D | nes_hw.c | 2951 __vlan_hwaccel_put_tag(rx_skb, htons(ETH_P_8021Q), vlan_tag); in nes_nic_ce_handler()
|
| /linux-4.4.14/drivers/net/ethernet/sun/ |
| D | niu.c | 6574 if (eth_proto == ETH_P_8021Q) { in niu_compute_tx_flags() 6622 ((eth_proto == ETH_P_8021Q) ? TXHDR_VLAN : 0) | in niu_compute_tx_flags()
|
| /linux-4.4.14/drivers/net/ethernet/micrel/ |
| D | ksz884x.c | 4980 if (protocol == htons(ETH_P_8021Q)) { in csum_verified()
|
| /linux-4.4.14/drivers/net/ethernet/neterion/ |
| D | s2io.c | 8532 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag); in queue_rx_frame()
|