originator.c (01d350d14712d1e8dbf2b00c82d2fc7c48d34e04) | originator.c (ba412080fb6461b5a40dbc5e44186ed029d67b8d) |
---|---|
1/* Copyright (C) 2009-2016 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 * --- 26 unchanged lines hidden (view full) --- 35#include <linux/workqueue.h> 36 37#include "bat_algo.h" 38#include "distributed-arp-table.h" 39#include "fragmentation.h" 40#include "gateway_client.h" 41#include "hard-interface.h" 42#include "hash.h" | 1/* Copyright (C) 2009-2016 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 * --- 26 unchanged lines hidden (view full) --- 35#include <linux/workqueue.h> 36 37#include "bat_algo.h" 38#include "distributed-arp-table.h" 39#include "fragmentation.h" 40#include "gateway_client.h" 41#include "hard-interface.h" 42#include "hash.h" |
43#include "log.h" |
|
43#include "multicast.h" 44#include "network-coding.h" 45#include "routing.h" 46#include "translation-table.h" 47 48/* hash class keys */ 49static struct lock_class_key batadv_orig_hash_lock_class_key; 50 --- 1358 unchanged lines hidden --- | 44#include "multicast.h" 45#include "network-coding.h" 46#include "routing.h" 47#include "translation-table.h" 48 49/* hash class keys */ 50static struct lock_class_key batadv_orig_hash_lock_class_key; 51 --- 1358 unchanged lines hidden --- |