| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | net.c | 33 static bool iwl_mei_rx_filter_eth(const struct ethhdr *ethhdr, in iwl_mei_rx_filter_eth() 282 const struct ethhdr *ethhdr = (void *)skb_mac_header(skb); in iwl_mei_rx_pass_to_csme() local 375 struct ethhdr ethhdr; in iwl_mei_tx_copy_to_csme() local
|
| H A D | main.c | 1072 struct ethhdr *ethhdr; in iwl_mei_handle_sap_data() local
|
| /linux/net/batman-adv/ |
| H A D | routing.c | 180 struct ethhdr *ethhdr; in batadv_check_management_packet() local 343 struct ethhdr *ethhdr; in batadv_recv_icmp_packet() local 443 struct ethhdr *ethhdr; in batadv_check_unicast_packet() local 661 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_route_unicast_packet() local 792 struct ethhdr *ethhdr; in batadv_check_unicast_ttvn() local 1164 struct ethhdr *ethhdr; in batadv_recv_bcast_packet() local
|
| H A D | bat_v_ogm.c | 685 const struct ethhdr *ethhdr, in batadv_v_ogm_route_update() 779 const struct ethhdr *ethhdr, in batadv_v_ogm_process_per_outif() 851 struct ethhdr *ethhdr; in batadv_v_ogm_process() local 983 struct ethhdr *ethhdr; in batadv_v_ogm_packet_recv() local
|
| H A D | bridge_loop_avoidance.c | 345 struct ethhdr *ethhdr; in batadv_bla_send_claim() local 898 u8 *backbone_addr, struct ethhdr *ethhdr, in batadv_handle_request() 1014 struct ethhdr *ethhdr) in batadv_check_claim_group() 1085 struct ethhdr *ethhdr; in batadv_bla_process_claim() local 1876 struct ethhdr *ethhdr; in batadv_bla_loopdetect_check() local 1932 struct ethhdr *ethhdr; in batadv_bla_rx() local 2065 struct ethhdr *ethhdr; in batadv_bla_tx() local
|
| H A D | main.c | 342 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local 573 struct ethhdr *ethhdr = (struct ethhdr *)(skb->data + header_len); in batadv_get_vid() local
|
| H A D | gateway_client.c | 556 struct ethhdr *ethhdr; in batadv_gw_dhcp_recipient_get() local 682 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_gw_out_of_range() local
|
| H A D | send.c | 65 struct ethhdr *ethhdr; in batadv_send_skb_packet() local 325 struct ethhdr *ethhdr; in batadv_send_skb_unicast() local 395 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_send_skb_via_tt_generic() local
|
| H A D | bat_iv_ogm.c | 689 const struct ethhdr *ethhdr, in batadv_iv_ogm_forward() 922 const struct ethhdr *ethhdr, in batadv_iv_ogm_orig_update() 1210 batadv_iv_ogm_update_seqnos(const struct ethhdr *ethhdr, in batadv_iv_ogm_update_seqnos() 1331 struct ethhdr *ethhdr; in batadv_iv_ogm_process_per_outif() local 1559 struct ethhdr *ethhdr; in batadv_iv_ogm_process() local
|
| H A D | mesh-interface.c | 170 struct ethhdr *ethhdr; in batadv_interface_tx() local 409 struct ethhdr *ethhdr; in batadv_interface_rx() local
|
| H A D | multicast.c | 1100 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_mcast_forw_mode_check() local 1133 struct ethhdr *ethhdr) in batadv_mcast_forw_want_all_ip_count() 1228 struct ethhdr *ethhdr; in batadv_mcast_forw_mode() local
|
| H A D | bat_v_elp.c | 554 struct ethhdr *ethhdr; in batadv_v_elp_packet_recv() local
|
| H A D | distributed-arp-table.c | 993 struct ethhdr *ethhdr; in batadv_arp_get_type() local 1738 struct ethhdr *ethhdr; in batadv_dat_snoop_incoming_dhcp_ack() local
|
| /linux/include/uapi/linux/ |
| H A D | if_ether.h | 173 struct ethhdr { struct 174 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ 175 unsigned char h_source[ETH_ALEN]; /* source ether addr */ 176 __be16 h_proto; /* packet type ID field */
|
| /linux/net/hsr/ |
| H A D | hsr_main.h | 76 struct ethhdr ethhdr; member 114 struct ethhdr ethhdr; member 119 struct ethhdr ethhdr; member 264 struct ethhdr *ethhdr; in prp_check_lsdu_size() local
|
| H A D | hsr_framereg.c | 223 struct ethhdr *ethhdr; in hsr_get_node() local 297 struct ethhdr *ethhdr; in hsr_handle_sup_frame() local
|
| H A D | hsr_forward.c | 672 struct ethhdr *ethhdr; in fill_frame_info() local
|
| /linux/drivers/net/usb/ |
| H A D | lg-vl600.c | 100 struct ethhdr *ethhdr; in vl600_rx_fixup() local
|
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_fcs.c | 123 struct ethhdr *ethhdr = (struct ethhdr *) rx_frame; in fnic_fdls_learn_fcoe_macs() local 797 struct ethhdr *ethhdr; in fnic_fdls_register_portid() local
|
| /linux/drivers/net/phy/mscc/ |
| H A D | mscc_ptp.c | 374 struct ethhdr *ethhdr = eth_hdr(skb); in get_ptp_header_tx() local 409 struct ethhdr *ethhdr = eth_hdr(skb); in get_sig() local
|
| /linux/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_main.c | 312 u8 ethhdr, proto = 0, csum_enable = 0; in xgene_enet_work_msg() local
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_enet.c | 1544 struct ethhdr *ethhdr; in hns_assemble_skb() local
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 936 struct ethhdr *ethhdr = pkt; in pkt_dump() local
|
| /linux/net/mac80211/ |
| H A D | rx.c | 3035 struct ethhdr ethhdr; in __ieee80211_rx_h_amsdu() local
|