Searched defs:ethhdr (Results 1 – 9 of 9) sorted by relevance
369 struct ethhdr *ethhdr, in update_orig()534 static char count_real_packets(struct ethhdr *ethhdr, in count_real_packets()598 void receive_bat_packet(struct ethhdr *ethhdr, in receive_bat_packet()833 struct ethhdr *ethhdr; in recv_bat_packet() local1004 struct ethhdr *ethhdr; in recv_icmp_packet() local1243 struct ethhdr *ethhdr; in check_unicast_packet() local1272 struct ethhdr *ethhdr = (struct ethhdr *)skb_mac_header(skb); in route_unicast_packet() local1409 struct ethhdr *ethhdr; in recv_bcast_packet() local1492 struct ethhdr *ethhdr; in recv_vis_packet() local
199 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in softif_batman_recv() local320 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in interface_tx() local422 struct ethhdr *ethhdr; in interface_rx() local
62 struct ethhdr *ethhdr; in send_skb_packet() local305 struct ethhdr *ethhdr, in schedule_forward_packet()
249 void receive_aggr_bat_packet(struct ethhdr *ethhdr, unsigned char *packet_buff, in receive_aggr_bat_packet()
283 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in unicast_send_skb() local
441 struct ethhdr *ethhdr; in gw_is_target() local
95 struct ethhdr { struct96 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */97 unsigned char h_source[ETH_ALEN]; /* source ether addr */98 unsigned short h_proto; /* packet type ID field */
119 struct ethhdr { struct128 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() argument
112 struct ethhdr *ethhdr; in vl600_rx_fixup() local