Deleted Added
full compact
altq_hfsc.c (257215) altq_hfsc.c (281613)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq_hfsc.c 257215 2013-10-27 16:25:57Z glebius $ */
1/* $FreeBSD: head/sys/net/altq/altq_hfsc.c 281613 2015-04-16 20:22:40Z glebius $ */
2/* $KAME: altq_hfsc.c,v 1.24 2003/12/05 05:40:46 kjc Exp $ */
3
4/*
5 * Copyright (c) 1997-1999 Carnegie Mellon University. All Rights Reserved.
6 *
7 * Permission to use, copy, modify, and distribute this software and
8 * its documentation is hereby granted (including for commercial or
9 * for-profit use), provided that both the copyright notice and this

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

67
68#include <net/if.h>
69#include <net/if_var.h>
70#include <netinet/in.h>
71
72#include <netpfil/pf/pf.h>
73#include <netpfil/pf/pf_altq.h>
74#include <netpfil/pf/pf_mtag.h>
2/* $KAME: altq_hfsc.c,v 1.24 2003/12/05 05:40:46 kjc Exp $ */
3
4/*
5 * Copyright (c) 1997-1999 Carnegie Mellon University. All Rights Reserved.
6 *
7 * Permission to use, copy, modify, and distribute this software and
8 * its documentation is hereby granted (including for commercial or
9 * for-profit use), provided that both the copyright notice and this

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

67
68#include <net/if.h>
69#include <net/if_var.h>
70#include <netinet/in.h>
71
72#include <netpfil/pf/pf.h>
73#include <netpfil/pf/pf_altq.h>
74#include <netpfil/pf/pf_mtag.h>
75#include
76#include
75#include <net/altq/altq.h>
76#include <net/altq/altq_hfsc.h>
77#ifdef ALTQ3_COMPAT
77#ifdef ALTQ3_COMPAT
78#include
78#include <net/altq/altq_conf.h>
79#endif
80
81/*
82 * function prototypes
83 */
84static int hfsc_clear_interface(struct hfsc_if *);
85static int hfsc_request(struct ifaltq *, int, void *);
86static void hfsc_purge(struct hfsc_if *);

--- 2136 unchanged lines hidden ---
79#endif
80
81/*
82 * function prototypes
83 */
84static int hfsc_clear_interface(struct hfsc_if *);
85static int hfsc_request(struct ifaltq *, int, void *);
86static void hfsc_purge(struct hfsc_if *);

--- 2136 unchanged lines hidden ---