Deleted Added
full compact
altq_rio.c (257215) altq_rio.c (281613)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_rio.c 257215 2013-10-27 16:25:57Z glebius $ */
1/* $FreeBSD: head/sys/net/altq/altq_rio.c 281613 2015-04-16 20:22:40Z glebius $ */
2/* $KAME: altq_rio.c,v 1.17 2003/07/10 12:07:49 kjc Exp $ */
3
4/*
5 * Copyright (C) 1998-2003
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

87#include <netinet/in_systm.h>
88#include <netinet/ip.h>
89#ifdef INET6
90#include <netinet/ip6.h>
91#endif
92
93#include <netpfil/pf/pf.h>
94#include <netpfil/pf/pf_altq.h>
2/* $KAME: altq_rio.c,v 1.17 2003/07/10 12:07:49 kjc Exp $ */
3
4/*
5 * Copyright (C) 1998-2003
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

87#include <netinet/in_systm.h>
88#include <netinet/ip.h>
89#ifdef INET6
90#include <netinet/ip6.h>
91#endif
92
93#include <netpfil/pf/pf.h>
94#include <netpfil/pf/pf_altq.h>
95#include
96#include
97#include
98#include
95#include <net/altq/altq.h>
96#include <net/altq/altq_cdnr.h>
97#include <net/altq/altq_red.h>
98#include <net/altq/altq_rio.h>
99#ifdef ALTQ3_COMPAT
99#ifdef ALTQ3_COMPAT
100#include
100#include <net/altq/altq_conf.h>
101#endif
102
103/*
104 * RIO: RED with IN/OUT bit
105 * described in
106 * "Explicit Allocation of Best Effort Packet Delivery Service"
107 * David D. Clark and Wenjia Fang, MIT Lab for Computer Science
108 * http://diffserv.lcs.mit.edu/Papers/exp-alloc-ddc-wf.{ps,pdf}

--- 744 unchanged lines hidden ---
101#endif
102
103/*
104 * RIO: RED with IN/OUT bit
105 * described in
106 * "Explicit Allocation of Best Effort Packet Delivery Service"
107 * David D. Clark and Wenjia Fang, MIT Lab for Computer Science
108 * http://diffserv.lcs.mit.edu/Papers/exp-alloc-ddc-wf.{ps,pdf}

--- 744 unchanged lines hidden ---