Home
last modified time | relevance | path

Searched defs:recv_if (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/net/batman-adv/
Drouting.c395 int recv_icmp_packet(struct sk_buff *skb, struct hard_iface *recv_if) in recv_icmp_packet()
483 const struct hard_iface *recv_if) in find_bond_router()
534 const struct hard_iface *recv_if) in find_ifalter_router()
577 int recv_tt_query(struct sk_buff *skb, struct hard_iface *recv_if) in recv_tt_query()
650 int recv_roam_adv(struct sk_buff *skb, struct hard_iface *recv_if) in recv_roam_adv()
703 const struct hard_iface *recv_if) in find_router()
805 int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if) in route_unicast_packet()
950 int recv_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if) in recv_unicast_packet()
973 int recv_ucast_frag_packet(struct sk_buff *skb, struct hard_iface *recv_if) in recv_ucast_frag_packet()
1010 int recv_bcast_packet(struct sk_buff *skb, struct hard_iface *recv_if) in recv_bcast_packet()
[all …]
Dsoft-interface.c686 struct sk_buff *skb, struct hard_iface *recv_if, in interface_rx()