|
@@ -29,5 +29,7 @@ int frag_reassemble_skb(struct sk_buff *skb, struct bat_priv *bat_priv,
|
|
|
struct sk_buff **new_skb);
|
|
|
void frag_list_free(struct list_head *head);
|
|
|
int unicast_send_skb(struct sk_buff *skb, struct bat_priv *bat_priv);
|
|
|
+int frag_send_skb(struct sk_buff *skb, struct bat_priv *bat_priv,
|
|
|
+ struct batman_if *batman_if, uint8_t dstaddr[]);
|
|
|
|
|
|
#endif /* _NET_BATMAN_ADV_UNICAST_H_ */
|