Searched defs:ethhdr (Results 1 – 10 of 10) sorted by relevance
251 struct ethhdr *ethhdr; in recv_bat_ogm_packet() local399 struct ethhdr *ethhdr; in recv_icmp_packet() local582 struct ethhdr *ethhdr; in recv_tt_query() local655 struct ethhdr *ethhdr; in recv_roam_adv() local782 struct ethhdr *ethhdr; in check_unicast_packet() local811 struct ethhdr *ethhdr = (struct ethhdr *)skb_mac_header(skb); in route_unicast_packet() local888 struct ethhdr *ethhdr; in check_unicast_ttvn() local1015 struct ethhdr *ethhdr; in recv_bcast_packet() local1092 struct ethhdr *ethhdr; in recv_vis_packet() local
465 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()
447 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in softif_batman_recv() local560 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in interface_tx() local691 struct ethhdr *ethhdr; in interface_rx() local
578 struct ethhdr *ethhdr; in gw_is_dhcp_target() local643 struct sk_buff *skb, struct ethhdr *ethhdr) in gw_out_of_range()
40 struct ethhdr *ethhdr; in send_skb_packet() local
288 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in unicast_send_skb() local
120 struct ethhdr { struct121 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 */
127 struct ethhdr { struct136 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() argument
59 struct ethhdr { struct60 u8 dest[6];61 u8 src[6];62 u16 type;
115 struct ethhdr *ethhdr; in vl600_rx_fixup() local