tvlv.c (a943e8bc058977663ba1e42389d4f5643cf2ae9e) | tvlv.c (fec149f5d3234c037ec761d1db4cc8c0550e9964) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (C) 2007-2017 B.A.T.M.A.N. contributors: 3 * 4 * Marek Lindner, Simon Wunderlich 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of version 2 of the GNU General Public 8 * License as published by the Free Software Foundation. --- 22 unchanged lines hidden (view full) --- 31#include <linux/rculist.h> 32#include <linux/rcupdate.h> 33#include <linux/skbuff.h> 34#include <linux/slab.h> 35#include <linux/spinlock.h> 36#include <linux/stddef.h> 37#include <linux/string.h> 38#include <linux/types.h> | 1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (C) 2007-2017 B.A.T.M.A.N. contributors: 3 * 4 * Marek Lindner, Simon Wunderlich 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of version 2 of the GNU General Public 8 * License as published by the Free Software Foundation. --- 22 unchanged lines hidden (view full) --- 31#include <linux/rculist.h> 32#include <linux/rcupdate.h> 33#include <linux/skbuff.h> 34#include <linux/slab.h> 35#include <linux/spinlock.h> 36#include <linux/stddef.h> 37#include <linux/string.h> 38#include <linux/types.h> |
39#include <uapi/linux/batadv_packet.h> |
|
39 40#include "originator.h" | 40 41#include "originator.h" |
41#include "packet.h" | |
42#include "send.h" 43#include "tvlv.h" 44 45/** 46 * batadv_tvlv_handler_release() - release tvlv handler from lists and queue for 47 * free after rcu grace period 48 * @ref: kref pointer of the tvlv 49 */ --- 590 unchanged lines hidden --- | 42#include "send.h" 43#include "tvlv.h" 44 45/** 46 * batadv_tvlv_handler_release() - release tvlv handler from lists and queue for 47 * free after rcu grace period 48 * @ref: kref pointer of the tvlv 49 */ --- 590 unchanged lines hidden --- |