Searched refs:unicast_handler (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/batman-adv/
H A Dtypes.h2406 * @unicast_handler: handler callback which is given the tvlv payload to
2409 int (*unicast_handler)(struct batadv_priv *bat_priv, member in struct:batadv_tvlv_handler
H A Dtvlv.c395 if (!tvlv_handler->unicast_handler)
401 return tvlv_handler->unicast_handler(bat_priv, src,
567 tvlv_handler->unicast_handler = uptr;

Completed in 242 milliseconds