mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
net_sched: cleanups
Cleanup net/sched code to current CodingStyle and practices. Reduce inline abuse Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7180a03118
commit
cc7ec456f8
41 changed files with 835 additions and 794 deletions
|
@ -18,8 +18,7 @@
|
|||
#include <linux/tc_ematch/tc_em_nbyte.h>
|
||||
#include <net/pkt_cls.h>
|
||||
|
||||
struct nbyte_data
|
||||
{
|
||||
struct nbyte_data {
|
||||
struct tcf_em_nbyte hdr;
|
||||
char pattern[0];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue