ethertype 311 drivers/crypto/caam/pdb.h u16 ethertype; ethertype 2760 drivers/infiniband/hw/mlx5/main.c ethertype, ntohs(ib_spec->eth.mask.ether_type)); ethertype 2762 drivers/infiniband/hw/mlx5/main.c ethertype, ntohs(ib_spec->eth.val.ether_type)); ethertype 2775 drivers/infiniband/hw/mlx5/main.c ethertype, 0xffff); ethertype 2777 drivers/infiniband/hw/mlx5/main.c ethertype, ETH_P_IP); ethertype 2816 drivers/infiniband/hw/mlx5/main.c ethertype, 0xffff); ethertype 2818 drivers/infiniband/hw/mlx5/main.c ethertype, ETH_P_IPV6); ethertype 1529 drivers/message/fusion/mptlan.c (fcllc->ethertype == htons(ETH_P_IP) || ethertype 1530 drivers/message/fusion/mptlan.c fcllc->ethertype == htons(ETH_P_ARP))) { ethertype 1532 drivers/message/fusion/mptlan.c return fcllc->ethertype; ethertype 315 drivers/net/ethernet/aquantia/atlantic/aq_filters.c data->ethertype = be16_to_cpu(fsp->h_u.ether_spec.h_proto); ethertype 1069 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c hw_atl_rpf_etht_flr_set(self, data->ethertype, data->location); ethertype 257 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h u16 ethertype; ethertype 4629 drivers/net/ethernet/broadcom/bnxt/bnxt.c req.ethertype = htons(ETH_P_IP); ethertype 4637 drivers/net/ethernet/broadcom/bnxt/bnxt.c req.ethertype = htons(ETH_P_IPV6); ethertype 5845 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h __be16 ethertype; ethertype 6030 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h __be16 ethertype; ethertype 6130 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h __be16 ethertype; ethertype 411 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c req.ethertype = flow->l2_key.ether_type; ethertype 555 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c req.ethertype = htons(ETH_P_IP); ethertype 1402 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c u16 ethertype = ntohs(skb->protocol); ethertype 1421 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c if (ethertype == ETH_P_8021Q) { ethertype 1426 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c ethertype = ntohs(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); ethertype 1432 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c switch (ethertype) { ethertype 2433 drivers/net/ethernet/intel/ice/ice_lib.c list->fltr_info.l_data.ethertype_mac.ethertype = vsi->ethtype; ethertype 2470 drivers/net/ethernet/intel/ice/ice_lib.c list->fltr_info.l_data.ethertype_mac.ethertype = ETH_P_LLDP; ethertype 803 drivers/net/ethernet/intel/ice/ice_switch.c *off = cpu_to_be16(f_info->l_data.ethertype_mac.ethertype); ethertype 96 drivers/net/ethernet/intel/ice/ice_switch.h u16 ethertype; ethertype 195 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c unsigned short ethertype) ethertype 197 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c mvpp2_prs_tcam_data_byte_set(pe, offset + 0, ethertype >> 8, 0xff); ethertype 198 drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c mvpp2_prs_tcam_data_byte_set(pe, offset + 1, ethertype & 0xff, 0xff); ethertype 78 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c MASK_VAL_L2(u16, ethertype, ethertype); ethertype 82 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c PRINT_MASKED_VAL(ethertype, p, "%04x"); ethertype 84 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c if (ethertype.m == 0xffff) { ethertype 85 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c if (ethertype.v == ETH_P_IP) { ethertype 97 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c } else if (ethertype.v == ETH_P_IPV6) { ethertype 75 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c __be16 ethertype; ethertype 76 drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls_rxtx.c __be16 ethertype; ethertype 318 drivers/net/ethernet/mellanox/mlx5/core/en_accel/tls_rxtx.c if (mdata->ethertype != htons(ETH_P_IP)) ethertype 240 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, outer_headers_c, ethertype); ethertype 475 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c outer_headers.ethertype); ethertype 476 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c MLX5_SET(fte_match_param, spec->match_value, outer_headers.ethertype, ethertype 799 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c static u8 mlx5e_etype_to_ipv(u16 ethertype) ethertype 801 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c if (ethertype == ETH_P_IP) ethertype 804 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c if (ethertype == ETH_P_IPV6) ethertype 841 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.ethertype); ethertype 842 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c MLX5_SET(fte_match_param, spec->match_value, outer_headers.ethertype, etype); ethertype 933 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ethertype); ethertype 146 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c MLX5E_FTE_SET(headers_c, ethertype, 0xffff); ethertype 147 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c MLX5E_FTE_SET(headers_v, ethertype, ETH_P_IP); ethertype 169 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c MLX5E_FTE_SET(headers_c, ethertype, 0xffff); ethertype 170 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c MLX5E_FTE_SET(headers_v, ethertype, ETH_P_IPV6); ethertype 301 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c MLX5E_FTE_SET(headers_c, ethertype, ntohs(eth_mask->h_proto)); ethertype 302 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c MLX5E_FTE_SET(headers_v, ethertype, ntohs(eth_val->h_proto)); ethertype 1700 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c ethertype); ethertype 1701 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(fte_match_set_lyr_2_4, headers_v, ethertype, ethertype 1726 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c ethertype); ethertype 1727 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(fte_match_set_lyr_2_4, headers_v, ethertype, ethertype 1864 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(fte_match_set_lyr_2_4, headers_c, ethertype, ethertype 1866 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c MLX5_SET(fte_match_set_lyr_2_4, headers_v, ethertype, ethertype 2295 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c OFFLOAD(ETHERTYPE, 2, eth.h_proto, 0, ethertype), ethertype 2667 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c u16 ethertype; ethertype 2672 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c ethertype = MLX5_GET(fte_match_set_lyr_2_4, headers_v, ethertype); ethertype 2675 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c if (ethertype != ETH_P_IP && ethertype != ETH_P_IPV6) ethertype 889 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, ethertype); ethertype 893 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, ethertype); ethertype 1133 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c u16 ethertype = vlan_hdr_h >> 16; ethertype 1136 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c if (ethertype != SVLAN_ETHERTYPE && ethertype != CVLAN_ETHERTYPE) { ethertype 65 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c (_spec).ethertype || (_spec).ip_version || \ ethertype 979 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c param->outer.ethertype == ETH_P_IPV6 || ethertype 980 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c param->inner.ethertype == ETH_P_IPV6); ethertype 869 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c spec->ethertype = MLX5_GET(fte_match_set_lyr_2_4, mask, ethertype); ethertype 1283 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c DR_STE_SET_MASK_V(eth_l2_src, bit_mask, l3_ethertype, mask, ethertype); ethertype 1335 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c DR_STE_SET_TAG(eth_l2_src, tag, l3_ethertype, spec, ethertype); ethertype 1473 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c DR_STE_SET_MASK_V(eth_l2_tnl, bit_mask, l3_ethertype, mask, ethertype); ethertype 1504 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c DR_STE_SET_TAG(eth_l2_tnl, tag, l3_ethertype, spec, ethertype); ethertype 355 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 ethertype:16; ethertype 585 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr.h u8 ethertype[0x10]; ethertype 162 drivers/net/ethernet/mellanox/mlxsw/core.c MLXSW_ITEM32(emad, eth_hdr, ethertype, 0x0C, 16, 16); ethertype 706 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c MLXSW_ITEM32(afa, vlan, ethertype, 0x08, 24, 3); ethertype 719 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c enum mlxsw_afa_vlan_cmd ethertype_cmd, u8 ethertype) ethertype 727 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c mlxsw_afa_vlan_ethertype_set(payload, ethertype); ethertype 590 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c u8 ethertype; ethertype 595 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c ethertype = 0; ethertype 598 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c ethertype = 1; ethertype 608 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c vid, prio, ethertype, ethertype 443 drivers/net/ethernet/netronome/nfp/flower/cmsg.h __be16 ethertype; ethertype 330 drivers/net/ethernet/netronome/nfp/flower/match.c ext->ethertype = cpu_to_be16(ETH_P_TEB); ethertype 331 drivers/net/ethernet/netronome/nfp/flower/match.c msk->ethertype = cpu_to_be16(~0); ethertype 335 drivers/net/ppp/ppp_generic.c static inline int ethertype_to_npindex(int ethertype) ethertype 337 drivers/net/ppp/ppp_generic.c switch (ethertype) { ethertype 231 drivers/net/wireless/intel/ipw2x00/libipw_rx.c u16 fc, ethertype; ethertype 259 drivers/net/wireless/intel/ipw2x00/libipw_rx.c ethertype = (pos[6] << 8) | pos[7]; ethertype 260 drivers/net/wireless/intel/ipw2x00/libipw_rx.c if (ethertype == ETH_P_PAE) ethertype 337 drivers/net/wireless/intel/ipw2x00/libipw_rx.c u16 ethertype; ethertype 707 drivers/net/wireless/intel/ipw2x00/libipw_rx.c ethertype = (payload[6] << 8) | payload[7]; ethertype 713 drivers/net/wireless/intel/ipw2x00/libipw_rx.c if (ethertype == ETH_P_PAE) { ethertype 728 drivers/net/wireless/intel/ipw2x00/libipw_rx.c "ethertype=0x%04x\n", dev->name, ethertype); ethertype 737 drivers/net/wireless/intel/ipw2x00/libipw_rx.c ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || ethertype 611 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c u16 fc, ethertype; ethertype 639 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c ethertype = (pos[6] << 8) | pos[7]; ethertype 640 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c if (ethertype == ETH_P_PAE) ethertype 728 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c u16 ethertype; ethertype 1008 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c ethertype = (payload[6] << 8) | payload[7]; ethertype 1013 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c if (ethertype == ETH_P_PAE) { ethertype 1029 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c dev->name, ethertype); ethertype 1037 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || ethertype 68 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c u16 fc, ethertype = 0; ethertype 122 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c ethertype = (skb->data[12] << 8) | skb->data[13]; ethertype 130 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { ethertype 134 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c } else if (ethertype >= 0x600) { ethertype 258 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c meta->ethertype = ethertype; ethertype 303 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c meta->ethertype = (pos[0] << 8) | pos[1]; ethertype 444 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c meta->ethertype != ETH_P_PAE && ethertype 448 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c dev->name, meta->ethertype); ethertype 486 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c if (local->ieee_802_1x && meta->ethertype == ETH_P_PAE && tx.crypt && ethertype 505 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c meta->ethertype != ETH_P_PAE) { ethertype 936 drivers/net/wireless/intersil/hostap/hostap_wlan.h unsigned short ethertype; ethertype 87 drivers/net/wireless/intersil/orinoco/orinoco_usb.c __be16 ethertype; ethertype 2270 drivers/net/wireless/ray_cs.c __be16 type = *(__be16 *) psnap->ethertype; ethertype 725 drivers/net/wireless/rayctl.h UCHAR ethertype[2]; ethertype 599 drivers/net/wireless/st/cw1200/txrx.c __be16 *ethertype = (__be16 *)&payload[6]; ethertype 600 drivers/net/wireless/st/cw1200/txrx.c if (be16_to_cpu(*ethertype) == ETH_P_PAE) ethertype 1006 drivers/staging/rtl8192e/rtllib.h u16 ethertype; ethertype 246 drivers/staging/rtl8192e/rtllib_rx.c u16 fc, ethertype; ethertype 274 drivers/staging/rtl8192e/rtllib_rx.c ethertype = (pos[6] << 8) | pos[7]; ethertype 275 drivers/staging/rtl8192e/rtllib_rx.c if (ethertype == ETH_P_PAE) ethertype 479 drivers/staging/rtl8192e/rtllib_rx.c u16 ethertype; ethertype 488 drivers/staging/rtl8192e/rtllib_rx.c ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7]; ethertype 492 drivers/staging/rtl8192e/rtllib_rx.c ethertype != ETH_P_AARP && ethertype 493 drivers/staging/rtl8192e/rtllib_rx.c ethertype != ETH_P_IPX) || ethertype 1232 drivers/staging/rtl8192e/rtllib_rx.c u16 ethertype; ethertype 1247 drivers/staging/rtl8192e/rtllib_rx.c ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7]; ethertype 1250 drivers/staging/rtl8192e/rtllib_rx.c ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || ethertype 1202 drivers/staging/rtl8192u/ieee80211/ieee80211.h u16 ethertype; ethertype 296 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c u16 fc, ethertype; ethertype 325 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c ethertype = (pos[6] << 8) | pos[7]; ethertype 326 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c if (ethertype == ETH_P_PAE) ethertype 527 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c u16 ethertype; ethertype 537 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7]; ethertype 540 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || ethertype 880 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c u16 ethertype; ethertype 1271 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7]; ethertype 1274 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || ethertype 171 drivers/staging/rtl8712/ieee80211.h __be16 ethertype; ethertype 280 drivers/staging/rtl8723bs/include/ieee80211.h u16 ethertype; ethertype 300 include/linux/if_vlan.h static inline bool eth_type_vlan(__be16 ethertype) ethertype 302 include/linux/if_vlan.h switch (ethertype) { ethertype 93 include/linux/mlx5/fs_helpers.h u16 ethertype; ethertype 97 include/linux/mlx5/fs_helpers.h ethertype = ETH_P_IP; ethertype 100 include/linux/mlx5/fs_helpers.h ethertype = ETH_P_IPV6; ethertype 107 include/linux/mlx5/fs_helpers.h ethertype) == 0xffff && ethertype 109 include/linux/mlx5/fs_helpers.h ethertype) == ethertype; ethertype 446 include/linux/mlx5/mlx5_ifc.h u8 ethertype[0x10]; ethertype 49 include/uapi/linux/if_fc.h __be16 ethertype; /* ether type field */ ethertype 106 include/uapi/linux/if_fddi.h __be16 ethertype; /* packet type ID field */ ethertype 145 include/uapi/linux/if_hippi.h __be16 ethertype; /* packet type ID field */ ethertype 53 net/802/fc.c fcllc->ethertype = htons(type); ethertype 67 net/802/fddi.c fddi->hdr.llc_snap.ethertype = htons(type); ethertype 114 net/802/fddi.c type=fddi->hdr.llc_snap.ethertype; ethertype 76 net/802/hippi.c hip->snap.ethertype = htons(type); ethertype 110 net/802/hippi.c return hip->snap.ethertype; ethertype 716 net/batman-adv/hard-interface.c __be16 ethertype = htons(ETH_P_BATMAN); ethertype 769 net/batman-adv/hard-interface.c hard_iface->batman_adv_ptype.type = ethertype; ethertype 5463 net/core/skbuff.c __be16 ethertype) ethertype 5466 net/core/skbuff.c __be16 diff[] = { ~hdr->h_proto, ethertype }; ethertype 5471 net/core/skbuff.c hdr->h_proto = ethertype; ethertype 1503 net/mac80211/rx.c __be16 ethertype; ethertype 1510 net/mac80211/rx.c skb_copy_bits(rx->skb, hdrlen + 6, ðertype, 2); ethertype 1511 net/mac80211/rx.c if (ethertype == rx->sdata->control_port_protocol) ethertype 2366 net/mac80211/tx.c u16 ethertype = (skb->data[12] << 8) | skb->data[13]; ethertype 2368 net/mac80211/tx.c return ethertype == ETH_P_TDLS && ethertype 2468 net/mac80211/tx.c u16 ethertype, hdrlen, meshhdrlen = 0; ethertype 2494 net/mac80211/tx.c ethertype = (skb->data[12] << 8) | skb->data[13]; ethertype 2642 net/mac80211/tx.c cpu_to_be16(ethertype) != sdata->control_port_protocol) { ethertype 2721 net/mac80211/tx.c (cpu_to_be16(ethertype) != sdata->control_port_protocol || ethertype 2779 net/mac80211/tx.c if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { ethertype 2783 net/mac80211/tx.c } else if (ethertype >= ETH_P_802_3_MIN) { ethertype 3428 net/mac80211/tx.c u16 ethertype = (skb->data[12] << 8) | skb->data[13]; ethertype 3440 net/mac80211/tx.c if (cpu_to_be16(ethertype) == sdata->control_port_protocol) ethertype 3444 net/mac80211/tx.c if (ethertype < ETH_P_802_3_MIN) ethertype 3953 net/mac80211/tx.c __be16 ethertype; ethertype 3975 net/mac80211/tx.c ethertype = eth->h_proto; ethertype 3976 net/mac80211/tx.c if (ethertype == htons(ETH_P_8021Q) && skb->len >= VLAN_ETH_HLEN) ethertype 3977 net/mac80211/tx.c ethertype = ethvlan->h_vlan_encapsulated_proto; ethertype 3978 net/mac80211/tx.c switch (ethertype) { ethertype 179 net/openvswitch/actions.c const __be16 ethertype) ethertype 183 net/openvswitch/actions.c err = skb_mpls_pop(skb, ethertype, skb->mac_len, ethertype 374 net/openvswitch/flow.c __be16 ethertype; ethertype 399 net/openvswitch/flow.c if (eth_proto_is_802_3(llc->ethertype)) ethertype 400 net/openvswitch/flow.c return llc->ethertype; ethertype 785 net/sched/cls_flower.c __be16 ethertype, ethertype 803 net/sched/cls_flower.c key_val->vlan_tpid = ethertype; ethertype 1056 net/sched/cls_flower.c __be16 ethertype; ethertype 1075 net/sched/cls_flower.c ethertype = nla_get_be16(tb[TCA_FLOWER_KEY_ETH_TYPE]); ethertype 1077 net/sched/cls_flower.c if (eth_type_vlan(ethertype)) { ethertype 1078 net/sched/cls_flower.c fl_set_key_vlan(tb, ethertype, TCA_FLOWER_KEY_VLAN_ID, ethertype 1083 net/sched/cls_flower.c ethertype = nla_get_be16(tb[TCA_FLOWER_KEY_VLAN_ETH_TYPE]); ethertype 1084 net/sched/cls_flower.c if (eth_type_vlan(ethertype)) { ethertype 1085 net/sched/cls_flower.c fl_set_key_vlan(tb, ethertype, ethertype 1095 net/sched/cls_flower.c key->basic.n_proto = ethertype; ethertype 1100 net/sched/cls_flower.c key->basic.n_proto = ethertype; ethertype 660 net/wireless/util.c u16 ethertype; ethertype 713 net/wireless/util.c ethertype = (payload[6] << 8) | payload[7]; ethertype 715 net/wireless/util.c ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || ethertype 717 net/wireless/util.c eth.h_proto = htons(ethertype);