/freebsd/sys/net/ |
H A D | ifq.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | ifdi_if.m | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | ip_log.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_bpf.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | ip_fw_iface.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | ip_fw_log.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | ip_dn_io.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | ip_fw_nat.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netinet6/ |
H A D | ip6_fastfwd.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | ip6_gre.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | send.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | in6_fib.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pflog.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netinet/ |
H A D | ip_reass.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | in_fib.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | tcp_ratelimit.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
H A D | tcp_offload.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netinet/netdump/ |
H A D | netdump_client.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/net80211/ |
H A D | ieee80211_scan_sw.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|
/freebsd/sys/netgraph/ |
H A D | ng_source.c | diff 3d0d5b21c9b2cfd7e48209340a090f63ca4bce03 Mon Jan 23 16:05:29 CET 2023 Justin Hibbits <jhibbits@FreeBSD.org> IfAPI: Explicitly include <net/if_private.h> in netstack
Summary: In preparation of making if_t completely opaque outside of the netstack, explicitly include the header. <net/if_var.h> will stop including the header in the future.
Sponsored by: Juniper Networks, Inc. Reviewed by: glebius, melifaro Differential Revision: https://reviews.freebsd.org/D38200
|