HardenedBSD/sys/netipsec
Justin Hibbits 4d0c95384f net: Include private header in more needed places
sys/netinet and sys/netipsec are both part of the 'blessed' netstack, so
can access struct ifnet directly.  With this structure becoming private
very soon, the necessary files need to get direct access.

Sponsored by:	Juniper Networks, Inc.
2024-11-13 14:30:59 -05:00
..
ah_var.h netipsec: add probe points for the ipsec/esp/ah/ipcomp counters 2024-08-28 12:02:45 +02:00
ah.h
esp_var.h netipsec: add probe points for the ipsec/esp/ah/ipcomp counters 2024-08-28 12:02:45 +02:00
esp.h
ipcomp_var.h netipsec: add probe points for the ipsec/esp/ah/ipcomp counters 2024-08-28 12:02:45 +02:00
ipcomp.h
ipsec6.h
ipsec_input.c ipsec_offload: kernel infrastructure 2024-07-12 07:27:58 +03:00
ipsec_mbuf.c
ipsec_mod.c
ipsec_offload.c net: Include private header in more needed places 2024-11-13 14:30:59 -05:00
ipsec_offload.h ipsec_offload: add ipsec_accel_drv_sa_lifetime_fetch() 2024-08-20 15:42:13 +03:00
ipsec_output.c ipsec_offload: offload inner checksums calculations for UDP/TCP/TSO 2024-07-12 07:27:58 +03:00
ipsec_pcb.c ipsec_offload: kernel infrastructure 2024-07-12 07:27:58 +03:00
ipsec_support.h
ipsec.c netipsec: move declaration of the sysctl net.inet{,6}.ipsec nodes to header 2024-07-21 11:53:19 +03:00
ipsec.h netipsec: add probe points for the ipsec/esp/ah/ipcomp counters 2024-08-28 12:02:45 +02:00
key_debug.c ipsec_offload: kernel infrastructure 2024-07-12 07:27:58 +03:00
key_debug.h
key_var.h
key.c ipsec: Drain async ipsec_offload work when destroying a vnet 2024-09-04 14:28:28 +00:00
key.h ipsec_offload: kernel infrastructure 2024-07-12 07:27:58 +03:00
keydb.h ipsec_offload: kernel infrastructure 2024-07-12 07:27:58 +03:00
keysock.c
keysock.h
subr_ipsec.c
udpencap.c
xform_ah.c netipsec: add probe points for the ipsec/esp/ah/ipcomp counters 2024-08-28 12:02:45 +02:00
xform_esp.c netipsec: add probe points for the ipsec/esp/ah/ipcomp counters 2024-08-28 12:02:45 +02:00
xform_ipcomp.c netipsec: add probe points for the ipsec/esp/ah/ipcomp counters 2024-08-28 12:02:45 +02:00
xform_tcp.c
xform.h