Deleted Added
full compact
siftr.c (215152) siftr.c (215153)
1/*-
1/*-
2 * Copyright (c) 2007-2009, Centre for Advanced Internet Architectures
3 * Swinburne University of Technology, Melbourne, Australia.
2 * Copyright (c) 2007-2009
3 * Swinburne University of Technology, Melbourne, Australia.
4 * Copyright (c) 2009-2010, The FreeBSD Foundation
5 * All rights reserved.
6 *
7 * Portions of this software were developed at the Centre for Advanced
8 * Internet Architectures, Swinburne University of Technology, Melbourne,
9 * Australia by Lawrence Stewart under sponsorship from the FreeBSD Foundation.
10 *
11 * Redistribution and use in source and binary forms, with or without

--- 41 unchanged lines hidden (view full) ---

53 * Lawrence Stewart is the current maintainer, and all contact regarding
54 * SIFTR should be directed to him via email: lastewart@swin.edu.au
55 *
56 * Initial release date: June 2007
57 * Most recent update: September 2010
58 ******************************************************/
59
60#include <sys/cdefs.h>
4 * Copyright (c) 2009-2010, The FreeBSD Foundation
5 * All rights reserved.
6 *
7 * Portions of this software were developed at the Centre for Advanced
8 * Internet Architectures, Swinburne University of Technology, Melbourne,
9 * Australia by Lawrence Stewart under sponsorship from the FreeBSD Foundation.
10 *
11 * Redistribution and use in source and binary forms, with or without

--- 41 unchanged lines hidden (view full) ---

53 * Lawrence Stewart is the current maintainer, and all contact regarding
54 * SIFTR should be directed to him via email: lastewart@swin.edu.au
55 *
56 * Initial release date: June 2007
57 * Most recent update: September 2010
58 ******************************************************/
59
60#include <sys/cdefs.h>
61__FBSDID("$FreeBSD: head/sys/netinet/siftr.c 215152 2010-11-12 00:19:42Z lstewart $");
61__FBSDID("$FreeBSD: head/sys/netinet/siftr.c 215153 2010-11-12 00:44:18Z lstewart $");
62
63#include <sys/param.h>
64#include <sys/alq.h>
65#include <sys/errno.h>
66#include <sys/hash.h>
67#include <sys/kernel.h>
68#include <sys/kthread.h>
69#include <sys/lock.h>

--- 1477 unchanged lines hidden ---
62
63#include <sys/param.h>
64#include <sys/alq.h>
65#include <sys/errno.h>
66#include <sys/hash.h>
67#include <sys/kernel.h>
68#include <sys/kthread.h>
69#include <sys/lock.h>

--- 1477 unchanged lines hidden ---