Home
last modified time | relevance | path

Searched defs:ethhdr (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/net/batman-adv/
Drouting.c196 struct ethhdr *ethhdr; in batadv_check_management_packet() local
372 struct ethhdr *ethhdr; in batadv_recv_icmp_packet() local
473 struct ethhdr *ethhdr; in batadv_check_unicast_packet() local
693 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_route_unicast_packet() local
825 struct ethhdr *ethhdr; in batadv_check_unicast_ttvn() local
1199 struct ethhdr *ethhdr; in batadv_recv_bcast_packet() local
Dnetwork-coding.c1065 struct ethhdr *ethhdr, in batadv_nc_code_packets()
1394 struct ethhdr *ethhdr; in batadv_nc_skb_store_before_coding() local
1433 struct ethhdr *ethhdr) in batadv_nc_skb_dst_search()
1526 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_forward() local
1579 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_for_decoding() local
1638 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_sniffed_unicast() local
1667 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local
1754 struct ethhdr *ethhdr, in batadv_nc_find_decoding_packet()
1824 struct ethhdr *ethhdr; in batadv_nc_recv_coded_packet() local
Dbat_v_ogm.c506 const struct ethhdr *ethhdr, in batadv_v_ogm_route_update()
605 const struct ethhdr *ethhdr, in batadv_v_ogm_process_per_outif()
672 struct ethhdr *ethhdr; in batadv_v_ogm_process() local
803 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_v_ogm_packet_recv() local
Dmulticast.c813 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_mcast_forw_mode_check() local
844 struct ethhdr *ethhdr) in batadv_mcast_forw_want_all_ip_count()
867 struct ethhdr *ethhdr) in batadv_mcast_forw_tt_node_get()
938 struct ethhdr *ethhdr) in batadv_mcast_forw_ip_node_get()
994 struct ethhdr *ethhdr; in batadv_mcast_forw_mode() local
Dbridge_loop_avoidance.c350 struct ethhdr *ethhdr; in batadv_bla_send_claim() local
894 u8 *backbone_addr, struct ethhdr *ethhdr, in batadv_handle_request()
1010 struct ethhdr *ethhdr) in batadv_check_claim_group()
1081 struct ethhdr *ethhdr; in batadv_bla_process_claim() local
1774 struct ethhdr *ethhdr; in batadv_bla_loopdetect_check() local
1830 struct ethhdr *ethhdr; in batadv_bla_rx() local
1942 struct ethhdr *ethhdr; in batadv_bla_tx() local
Dsend.c80 struct ethhdr *ethhdr; in batadv_send_skb_packet() local
352 struct ethhdr *ethhdr; in batadv_send_skb_unicast() local
422 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_send_skb_via_tt_generic() local
Dmain.c373 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local
635 struct ethhdr *ethhdr = (struct ethhdr *)(skb->data + header_len); in batadv_get_vid() local
Dgateway_client.c636 struct ethhdr *ethhdr; in batadv_gw_dhcp_recipient_get() local
760 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_gw_out_of_range() local
Dsoft-interface.c194 struct ethhdr *ethhdr; in batadv_interface_tx() local
423 struct ethhdr *ethhdr; in batadv_interface_rx() local
Dbat_iv_ogm.c832 const struct ethhdr *ethhdr, in batadv_iv_ogm_forward()
1018 const struct ethhdr *ethhdr, in batadv_iv_ogm_orig_update()
1324 batadv_iv_ogm_update_seqnos(const struct ethhdr *ethhdr, in batadv_iv_ogm_update_seqnos()
1445 struct ethhdr *ethhdr; in batadv_iv_ogm_process_per_outif() local
1639 struct ethhdr *ethhdr; in batadv_iv_ogm_process() local
Dbat_v_elp.c522 struct ethhdr *ethhdr = (struct ethhdr *)skb_mac_header(skb); in batadv_v_elp_packet_recv() local
Ddistributed-arp-table.c1018 struct ethhdr *ethhdr; in batadv_arp_get_type() local
/Linux-v4.19/include/uapi/linux/
Dif_ether.h161 struct ethhdr { struct
162 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
163 unsigned char h_source[ETH_ALEN]; /* source ether addr */
164 __be16 h_proto; /* packet type ID field */
/Linux-v4.19/net/hsr/
Dhsr_main.h98 struct ethhdr ethhdr; member
138 struct ethhdr ethhdr; member
143 struct ethhdr ethhdr; member
Dhsr_framereg.c166 struct ethhdr *ethhdr; in hsr_get_node() local
208 struct ethhdr *ethhdr; in hsr_handle_sup_frame() local
Dhsr_forward.c323 struct ethhdr *ethhdr; in hsr_fill_frame_info() local
/Linux-v4.19/drivers/net/usb/
Dlg-vl600.c114 struct ethhdr *ethhdr; in vl600_rx_fixup() local
/Linux-v4.19/drivers/staging/unisys/include/
Diochannel.h348 char ethhdr[ETH_HLEN]; member
/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c327 u8 ethhdr, proto = 0, csum_enable = 0; in xgene_enet_work_msg() local
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c1527 struct ethhdr *ethhdr; in hns_assemble_skb() local
/Linux-v4.19/net/mac80211/
Drx.c2498 struct ethhdr ethhdr; in __ieee80211_rx_h_amsdu() local