/linux-6.3-rc2/net/batman-adv/ |
A D | routing.c | 181 struct ethhdr *ethhdr; in batadv_check_management_packet() local 344 struct ethhdr *ethhdr; in batadv_recv_icmp_packet() local 444 struct ethhdr *ethhdr; in batadv_check_unicast_packet() local 662 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_route_unicast_packet() local 793 struct ethhdr *ethhdr; in batadv_check_unicast_ttvn() local 1171 struct ethhdr *ethhdr; in batadv_recv_bcast_packet() local
|
A D | network-coding.c | 1045 struct ethhdr *ethhdr, in batadv_nc_code_packets() 1370 struct ethhdr *ethhdr; in batadv_nc_skb_store_before_coding() local 1409 struct ethhdr *ethhdr) in batadv_nc_skb_dst_search() 1502 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_forward() local 1555 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_for_decoding() local 1614 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_sniffed_unicast() local 1643 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local 1730 struct ethhdr *ethhdr, in batadv_nc_find_decoding_packet() 1800 struct ethhdr *ethhdr; in batadv_nc_recv_coded_packet() local
|
A D | bat_v_ogm.c | 687 const struct ethhdr *ethhdr, in batadv_v_ogm_route_update() 781 const struct ethhdr *ethhdr, in batadv_v_ogm_process_per_outif() 854 struct ethhdr *ethhdr; in batadv_v_ogm_process() local 988 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_v_ogm_packet_recv() local
|
A D | bridge_loop_avoidance.c | 344 struct ethhdr *ethhdr; in batadv_bla_send_claim() local 897 u8 *backbone_addr, struct ethhdr *ethhdr, in batadv_handle_request() 1013 struct ethhdr *ethhdr) in batadv_check_claim_group() 1084 struct ethhdr *ethhdr; in batadv_bla_process_claim() local 1842 struct ethhdr *ethhdr; in batadv_bla_loopdetect_check() local 1898 struct ethhdr *ethhdr; in batadv_bla_rx() local 2032 struct ethhdr *ethhdr; in batadv_bla_tx() local
|
A D | gateway_client.c | 566 struct ethhdr *ethhdr; in batadv_gw_dhcp_recipient_get() local 692 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_gw_out_of_range() local
|
A D | main.c | 363 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local 625 struct ethhdr *ethhdr = (struct ethhdr *)(skb->data + header_len); in batadv_get_vid() local
|
A D | send.c | 68 struct ethhdr *ethhdr; in batadv_send_skb_packet() local 338 struct ethhdr *ethhdr; in batadv_send_skb_unicast() local 408 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_send_skb_via_tt_generic() local
|
A D | bat_iv_ogm.c | 682 const struct ethhdr *ethhdr, in batadv_iv_ogm_forward() 917 const struct ethhdr *ethhdr, in batadv_iv_ogm_orig_update() 1205 batadv_iv_ogm_update_seqnos(const struct ethhdr *ethhdr, in batadv_iv_ogm_update_seqnos() 1326 struct ethhdr *ethhdr; in batadv_iv_ogm_process_per_outif() local 1558 struct ethhdr *ethhdr; in batadv_iv_ogm_process() local
|
A D | soft-interface.c | 180 struct ethhdr *ethhdr; in batadv_interface_tx() local 416 struct ethhdr *ethhdr; in batadv_interface_rx() local
|
A D | multicast.c | 1069 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_mcast_forw_mode_check() local 1102 struct ethhdr *ethhdr) in batadv_mcast_forw_want_all_ip_count() 1152 struct ethhdr *ethhdr; in batadv_mcast_forw_mode() local
|
A D | bat_v_elp.c | 508 struct ethhdr *ethhdr = (struct ethhdr *)skb_mac_header(skb); in batadv_v_elp_packet_recv() local
|
A D | distributed-arp-table.c | 1004 struct ethhdr *ethhdr; in batadv_arp_get_type() local 1749 struct ethhdr *ethhdr; in batadv_dat_snoop_incoming_dhcp_ack() local
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mei/ |
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
|
A D | main.c | 1030 struct ethhdr *ethhdr; in iwl_mei_handle_sap_data() local
|
/linux-6.3-rc2/include/uapi/linux/ |
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-6.3-rc2/net/hsr/ |
A D | hsr_main.h | 74 struct ethhdr ethhdr; member 112 struct ethhdr ethhdr; member 117 struct ethhdr ethhdr; member 257 struct ethhdr *ethhdr; in prp_check_lsdu_size() local
|
A D | hsr_framereg.c | 203 struct ethhdr *ethhdr; in hsr_get_node() local 264 struct ethhdr *ethhdr; in hsr_handle_sup_frame() local
|
A D | hsr_forward.c | 569 struct ethhdr *ethhdr; in fill_frame_info() local
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | lg-vl600.c | 100 struct ethhdr *ethhdr; in vl600_rx_fixup() local
|
/linux-6.3-rc2/drivers/net/phy/mscc/ |
A D | mscc_ptp.c | 373 struct ethhdr *ethhdr = eth_hdr(skb); in get_ptp_header_tx() local 408 struct ethhdr *ethhdr = eth_hdr(skb); in get_sig() local
|
/linux-6.3-rc2/drivers/net/ethernet/apm/xgene/ |
A D | xgene_enet_main.c | 312 u8 ethhdr, proto = 0, csum_enable = 0; in xgene_enet_work_msg() local
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/ |
A D | hns_enet.c | 1519 struct ethhdr *ethhdr; in hns_assemble_skb() local
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | xskxceiver.c | 749 struct ethhdr *ethhdr; in pkt_dump() local
|
/linux-6.3-rc2/net/mac80211/ |
A D | rx.c | 2900 struct ethhdr ethhdr; in __ieee80211_rx_h_amsdu() local
|