Deleted Added
full compact
altq_rmclass.c (257186) altq_rmclass.c (281613)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_rmclass.c 257186 2013-10-26 18:59:58Z glebius $ */
1/* $FreeBSD: head/sys/net/altq/altq_rmclass.c 281613 2015-04-16 20:22:40Z glebius $ */
2/* $KAME: altq_rmclass.c,v 1.19 2005/04/13 03:44:25 suz Exp $ */
3
4/*
5 * Copyright (c) 1991-1997 Regents of the University of California.
6 * 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

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

61#include <net/if.h>
62#include <net/if_var.h>
63#ifdef ALTQ3_COMPAT
64#include <netinet/in.h>
65#include <netinet/in_systm.h>
66#include <netinet/ip.h>
67#endif
68
2/* $KAME: altq_rmclass.c,v 1.19 2005/04/13 03:44:25 suz Exp $ */
3
4/*
5 * Copyright (c) 1991-1997 Regents of the University of California.
6 * 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

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

61#include <net/if.h>
62#include <net/if_var.h>
63#ifdef ALTQ3_COMPAT
64#include <netinet/in.h>
65#include <netinet/in_systm.h>
66#include <netinet/ip.h>
67#endif
68
69#include
70#include
71#include
72#include
73#include
74#include
69#include <net/altq/if_altq.h>
70#include <net/altq/altq.h>
71#include <net/altq/altq_rmclass.h>
72#include <net/altq/altq_rmclass_debug.h>
73#include <net/altq/altq_red.h>
74#include <net/altq/altq_rio.h>
75
76/*
77 * Local Macros
78 */
79
80#define reset_cutoff(ifd) { ifd->cutoff_ = RM_MAXDEPTH; }
81
82/*

--- 1754 unchanged lines hidden ---
75
76/*
77 * Local Macros
78 */
79
80#define reset_cutoff(ifd) { ifd->cutoff_ = RM_MAXDEPTH; }
81
82/*

--- 1754 unchanged lines hidden ---