Lines Matching full:unicast
189 /* packet with broadcast indication but unicast recipient */ in batadv_check_management_packet()
355 /* packet with unicast indication but non-unicast recipient */ in batadv_recv_icmp_packet()
430 * batadv_check_unicast_packet() - Check for malformed unicast packets
452 /* packet with unicast indication but non-unicast recipient */ in batadv_check_unicast_packet()
670 pr_debug("Warning - can't forward unicast packet from %pM to %pM: ttl exceeded\n", in batadv_route_unicast_packet()
729 * batadv_reroute_unicast_packet() - update the unicast header for re-routing
731 * @skb: unicast packet to process
732 * @unicast_packet: the unicast header to be updated
736 * Search the translation table for dst_addr and update the unicast header with
809 /* do not reroute multicast frames in a unicast header */ in batadv_check_unicast_ttvn()
823 "Rerouting unicast packet to %pM (dst=%pM): Local Roaming\n", in batadv_check_unicast_ttvn()
868 "Rerouting unicast packet to %pM (dst=%pM): TTVN mismatch old_ttvn=%u new_ttvn=%u\n", in batadv_check_unicast_ttvn()
901 * are in the unicast number space but not yet known to the implementation
902 * @skb: unicast tvlv packet to process
932 * batadv_recv_unicast_packet() - Process incoming unicast packet
975 /* If this is a unicast packet from another backgone gw, in batadv_recv_unicast_packet()
986 "%s(): Dropped unicast pkt received from another backbone gw %pM.\n", in batadv_recv_unicast_packet()
999 * join. For example, DAT also uses unicast 4addr in batadv_recv_unicast_packet()
1040 * batadv_recv_unicast_tvlv() - receive and process unicast tvlv packets
1041 * @skb: unicast tvlv packet to process
1183 /* packet with broadcast indication but unicast recipient */ in batadv_recv_bcast_packet()