routing.h (f097e25dbe9144447f46b6b61ca3da1a2ba432d4) | routing.h (610bfc6bc99bc83680d190ebc69359a05fc7f605) |
---|---|
1/* Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 16 unchanged lines hidden (view full) --- 25 int header_len); 26void batadv_update_route(struct batadv_priv *bat_priv, 27 struct batadv_orig_node *orig_node, 28 struct batadv_neigh_node *neigh_node); 29int batadv_recv_icmp_packet(struct sk_buff *skb, 30 struct batadv_hard_iface *recv_if); 31int batadv_recv_unicast_packet(struct sk_buff *skb, 32 struct batadv_hard_iface *recv_if); | 1/* Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 16 unchanged lines hidden (view full) --- 25 int header_len); 26void batadv_update_route(struct batadv_priv *bat_priv, 27 struct batadv_orig_node *orig_node, 28 struct batadv_neigh_node *neigh_node); 29int batadv_recv_icmp_packet(struct sk_buff *skb, 30 struct batadv_hard_iface *recv_if); 31int batadv_recv_unicast_packet(struct sk_buff *skb, 32 struct batadv_hard_iface *recv_if); |
33int batadv_recv_frag_packet(struct sk_buff *skb, 34 struct batadv_hard_iface *iface); |
|
33int batadv_recv_bcast_packet(struct sk_buff *skb, 34 struct batadv_hard_iface *recv_if); 35int batadv_recv_tt_query(struct sk_buff *skb, 36 struct batadv_hard_iface *recv_if); 37int batadv_recv_roam_adv(struct sk_buff *skb, 38 struct batadv_hard_iface *recv_if); 39int batadv_recv_unicast_tvlv(struct sk_buff *skb, 40 struct batadv_hard_iface *recv_if); --- 18 unchanged lines hidden --- | 35int batadv_recv_bcast_packet(struct sk_buff *skb, 36 struct batadv_hard_iface *recv_if); 37int batadv_recv_tt_query(struct sk_buff *skb, 38 struct batadv_hard_iface *recv_if); 39int batadv_recv_roam_adv(struct sk_buff *skb, 40 struct batadv_hard_iface *recv_if); 41int batadv_recv_unicast_tvlv(struct sk_buff *skb, 42 struct batadv_hard_iface *recv_if); --- 18 unchanged lines hidden --- |