summaryrefslogtreecommitdiffstats
path: root/drivers/staging/batman-adv/unicast.h
diff options
context:
space:
mode:
authorAndreas Langer <an.langer@gmx.de>2010-11-22 00:55:46 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-29 11:09:09 -0800
commit8bbde32cf5bd9dbe2f53d562f563b465c0829b23 (patch)
tree878e492d22132510da8cab92d21be698b7b19703 /drivers/staging/batman-adv/unicast.h
parent49b588e79f7c85aec05008a945fdf17d281e83f9 (diff)
downloadop-kernel-dev-8bbde32cf5bd9dbe2f53d562f563b465c0829b23.zip
op-kernel-dev-8bbde32cf5bd9dbe2f53d562f563b465c0829b23.tar.gz
Staging: batman-adv: add frag_ prefix to all fragmentation related functions
Signed-off-by: Andreas Langer <an.langer@gmx.de> Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/batman-adv/unicast.h')
-rw-r--r--drivers/staging/batman-adv/unicast.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/batman-adv/unicast.h b/drivers/staging/batman-adv/unicast.h
index 7973697..b50d61b 100644
--- a/drivers/staging/batman-adv/unicast.h
+++ b/drivers/staging/batman-adv/unicast.h
@@ -25,13 +25,13 @@
#define FRAG_TIMEOUT 10000 /* purge frag list entrys after time in ms */
#define FRAG_BUFFER_SIZE 6 /* number of list elements in buffer */
-struct sk_buff *merge_frag_packet(struct list_head *head,
+struct sk_buff *frag_merge_packet(struct list_head *head,
struct frag_packet_list_entry *tfp,
struct sk_buff *skb);
-void create_frag_entry(struct list_head *head, struct sk_buff *skb);
-int create_frag_buffer(struct list_head *head);
-struct frag_packet_list_entry *search_frag_packet(struct list_head *head,
+void frag_create_entry(struct list_head *head, struct sk_buff *skb);
+int frag_create_buffer(struct list_head *head);
+struct frag_packet_list_entry *frag_search_packet(struct list_head *head,
struct unicast_frag_packet *up);
void frag_list_free(struct list_head *head);
int unicast_send_skb(struct sk_buff *skb, struct bat_priv *bat_priv);
OpenPOWER on IntegriCloud