Home
last modified time | relevance | path

Searched refs:route_unicast_packet (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/batman-adv/
Drouting.h28 int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if);
Drouting.c612 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() function
967 return route_unicast_packet(skb, recv_if); in recv_unicast_packet()
1003 return route_unicast_packet(skb, recv_if); in recv_ucast_frag_packet()
Dsoft-interface.c736 ret = route_unicast_packet(skb, recv_if); in interface_rx()