Home
last modified time | relevance | path

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

/linux-3.3/net/batman-adv/
Drouting.c251 struct ethhdr *ethhdr; in recv_bat_ogm_packet() local
399 struct ethhdr *ethhdr; in recv_icmp_packet() local
582 struct ethhdr *ethhdr; in recv_tt_query() local
655 struct ethhdr *ethhdr; in recv_roam_adv() local
782 struct ethhdr *ethhdr; in check_unicast_packet() local
811 struct ethhdr *ethhdr = (struct ethhdr *)skb_mac_header(skb); in route_unicast_packet() local
888 struct ethhdr *ethhdr; in check_unicast_ttvn() local
1015 struct ethhdr *ethhdr; in recv_bcast_packet() local
1092 struct ethhdr *ethhdr; in recv_vis_packet() local
Dbat_iv_ogm.c465 const struct ethhdr *ethhdr, in bat_ogm_forward()
577 const struct ethhdr *ethhdr, in bat_ogm_orig_update()
828 static int bat_ogm_update_seqnos(const struct ethhdr *ethhdr, in bat_ogm_update_seqnos()
893 static void bat_ogm_process(const struct ethhdr *ethhdr, in bat_ogm_process()
1142 void bat_ogm_receive(const struct ethhdr *ethhdr, unsigned char *packet_buff, in bat_ogm_receive()
Dsoft-interface.c447 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in softif_batman_recv() local
560 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in interface_tx() local
691 struct ethhdr *ethhdr; in interface_rx() local
Dgateway_client.c578 struct ethhdr *ethhdr; in gw_is_dhcp_target() local
643 struct sk_buff *skb, struct ethhdr *ethhdr) in gw_out_of_range()
Dsend.c40 struct ethhdr *ethhdr; in send_skb_packet() local
Dunicast.c288 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in unicast_send_skb() local
/linux-3.3/drivers/staging/rtl8712/
Dif_ether.h120 struct ethhdr { struct
121 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
122 unsigned char h_source[ETH_ALEN]; /* source ether addr */
123 unsigned short h_proto; /* packet type ID field */
/linux-3.3/include/linux/
Dif_ether.h127 struct ethhdr { struct
136 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() argument
/linux-3.3/arch/powerpc/platforms/ps3/
Dgelic_udbg.c59 struct ethhdr { struct
60 u8 dest[6];
61 u8 src[6];
62 u16 type;
/linux-3.3/drivers/net/usb/
Dlg-vl600.c115 struct ethhdr *ethhdr; in vl600_rx_fixup() local