Deleted Added
full compact
altq_cbq.c (257215) altq_cbq.c (281613)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_cbq.c 257215 2013-10-27 16:25:57Z glebius $ */
1/* $FreeBSD: head/sys/net/altq/altq_cbq.c 281613 2015-04-16 20:22:40Z glebius $ */
2/* $KAME: altq_cbq.c,v 1.19 2003/09/17 14:23:25 kjc Exp $ */
3
4/*
5 * Copyright (c) Sun Microsystems, Inc. 1993-1998 All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

55
56#include <net/if.h>
57#include <net/if_var.h>
58#include <netinet/in.h>
59
60#include <netpfil/pf/pf.h>
61#include <netpfil/pf/pf_altq.h>
62#include <netpfil/pf/pf_mtag.h>
2/* $KAME: altq_cbq.c,v 1.19 2003/09/17 14:23:25 kjc Exp $ */
3
4/*
5 * Copyright (c) Sun Microsystems, Inc. 1993-1998 All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

55
56#include <net/if.h>
57#include <net/if_var.h>
58#include <netinet/in.h>
59
60#include <netpfil/pf/pf.h>
61#include <netpfil/pf/pf_altq.h>
62#include <netpfil/pf/pf_mtag.h>
63#include
64#include
63#include <net/altq/altq.h>
64#include <net/altq/altq_cbq.h>
65#ifdef ALTQ3_COMPAT
65#ifdef ALTQ3_COMPAT
66#include
66#include <net/altq/altq_conf.h>
67#endif
68
69#ifdef ALTQ3_COMPAT
70/*
71 * Local Data structures.
72 */
73static cbq_state_t *cbq_list = NULL;
74#endif

--- 1099 unchanged lines hidden ---
67#endif
68
69#ifdef ALTQ3_COMPAT
70/*
71 * Local Data structures.
72 */
73static cbq_state_t *cbq_list = NULL;
74#endif

--- 1099 unchanged lines hidden ---