• Home
  • Raw
  • Download

Lines Matching full:unicast

192 	/* packet with broadcast indication but unicast recipient */  in batadv_check_management_packet()
371 /* packet with unicast indication but non-unicast recipient */ in batadv_recv_icmp_packet()
447 * batadv_check_unicast_packet() - Check for malformed unicast packets
469 /* packet with unicast indication but non-unicast recipient */ in batadv_check_unicast_packet()
689 pr_debug("Warning - can't forward unicast packet from %pM to %pM: ttl exceeded\n", in batadv_route_unicast_packet()
748 * batadv_reroute_unicast_packet() - update the unicast header for re-routing
750 * @skb: unicast packet to process
751 * @unicast_packet: the unicast header to be updated
755 * Search the translation table for dst_addr and update the unicast header with
829 /* do not reroute multicast frames in a unicast header */ in batadv_check_unicast_ttvn()
843 "Rerouting unicast packet to %pM (dst=%pM): Local Roaming\n", in batadv_check_unicast_ttvn()
888 "Rerouting unicast packet to %pM (dst=%pM): TTVN mismatch old_ttvn=%u new_ttvn=%u\n", in batadv_check_unicast_ttvn()
921 * are in the unicast number space but not yet known to the implementation
922 * @skb: unicast tvlv packet to process
952 * batadv_recv_unicast_packet() - Process incoming unicast packet
995 /* If this is a unicast packet from another backgone gw, in batadv_recv_unicast_packet()
1006 "%s(): Dropped unicast pkt received from another backbone gw %pM.\n", in batadv_recv_unicast_packet()
1019 * join. For example, DAT also uses unicast 4addr in batadv_recv_unicast_packet()
1061 * batadv_recv_unicast_tvlv() - receive and process unicast tvlv packets
1062 * @skb: unicast tvlv packet to process
1205 /* packet with broadcast indication but unicast recipient */ in batadv_recv_bcast_packet()