translation-table.c (01d350d14712d1e8dbf2b00c82d2fc7c48d34e04) | translation-table.c (ba412080fb6461b5a40dbc5e44186ed029d67b8d) |
---|---|
1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich, Antonio Quartulli 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 * --- 34 unchanged lines hidden (view full) --- 43#include <linux/stddef.h> 44#include <linux/string.h> 45#include <linux/workqueue.h> 46 47#include "bat_algo.h" 48#include "bridge_loop_avoidance.h" 49#include "hard-interface.h" 50#include "hash.h" | 1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich, Antonio Quartulli 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 * --- 34 unchanged lines hidden (view full) --- 43#include <linux/stddef.h> 44#include <linux/string.h> 45#include <linux/workqueue.h> 46 47#include "bat_algo.h" 48#include "bridge_loop_avoidance.h" 49#include "hard-interface.h" 50#include "hash.h" |
51#include "log.h" |
|
51#include "multicast.h" 52#include "originator.h" 53#include "packet.h" 54#include "soft-interface.h" 55#include "tvlv.h" 56 57/* hash class keys */ 58static struct lock_class_key batadv_tt_local_hash_lock_class_key; --- 3777 unchanged lines hidden --- | 52#include "multicast.h" 53#include "originator.h" 54#include "packet.h" 55#include "soft-interface.h" 56#include "tvlv.h" 57 58/* hash class keys */ 59static struct lock_class_key batadv_tt_local_hash_lock_class_key; --- 3777 unchanged lines hidden --- |