Searched refs:route_unicast_packet (Results 1 – 3 of 3) sorted by relevance
28 int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if);
612 return route_unicast_packet(skb, recv_if); in recv_tt_query()638 return route_unicast_packet(skb, recv_if); in recv_tt_query()672 return route_unicast_packet(skb, recv_if); in recv_roam_adv()803 int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if) in route_unicast_packet() function967 return route_unicast_packet(skb, recv_if); in recv_unicast_packet()1003 return route_unicast_packet(skb, recv_if); in recv_ucast_frag_packet()
736 ret = route_unicast_packet(skb, recv_if); in interface_rx()