Home
last modified time | relevance | path

Searched refs:is_my_mac (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/net/batman-adv/
Drouting.c422 if (!is_my_mac(ethhdr->h_dest)) in recv_icmp_packet()
436 if (is_my_mac(icmp_packet->dst)) in recv_icmp_packet()
616 if (is_my_mac(tt_query->dst)) { in recv_tt_query()
671 if (!is_my_mac(roam_adv_packet->dst)) in recv_roam_adv()
797 if (!is_my_mac(ethhdr->h_dest)) in check_unicast_packet()
896 if (is_my_mac(unicast_packet->dest)) { in check_unicast_ttvn()
962 if (is_my_mac(unicast_packet->dest)) { in recv_unicast_packet()
987 if (is_my_mac(unicast_packet->dest)) { in recv_ucast_frag_packet()
1032 if (is_my_mac(ethhdr->h_source)) in recv_bcast_packet()
1038 if (is_my_mac(bcast_packet->orig)) in recv_bcast_packet()
[all …]
Dmain.h152 int is_my_mac(const uint8_t *addr);
Dmain.c163 int is_my_mac(const uint8_t *addr) in is_my_mac() function
Dvis.c520 is_my_mac(vis_packet->target_orig)) in receive_client_update_packet()
539 } else if (!is_my_mac(packet->target_orig)) { in receive_client_update_packet()
Dsoft-interface.c468 if (is_my_mac(batman_ogm_packet->orig)) in softif_batman_recv()
Dtranslation-table.c1404 if (is_my_mac(tt_request->dst)) in send_tt_response()