NetBSD/sys/netinet
knakahara 753ed3406c IFF_RUNNING checking in Rx and Tx processing is unnecessary now.
Because the configs of gif (members of gif_var) are protected by psref(9).
2017-11-27 05:05:50 +00:00
..
Makefile
accept_filter.h
accf_data.c
accf_http.c
cpu_in_cksum.c
dccp.h
dccp_cc_sw.c
dccp_cc_sw.h
dccp_tcplike.c
dccp_tcplike.h
dccp_tfrc.c
dccp_tfrc.h
dccp_tfrc_lookup.h
dccp_usrreq.c Change bzero -> memset, bcopy -> memcpy. 2017-05-07 21:36:23 +00:00
dccp_var.h
files.ipfilter
files.netinet Remove TCP_COMPAT_42. 2017-07-29 05:46:29 +00:00
icmp6.h
icmp_private.h
icmp_var.h
if_arp.c Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch 2017-11-17 07:37:12 +00:00
if_atm.c
if_atm.h
if_ether.h
if_inarp.h
igmp.c Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch 2017-11-17 07:37:12 +00:00
igmp.h
igmp_var.h
in.c Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch 2017-11-17 07:37:12 +00:00
in.h Add support IP_PKTINFO for sendmsg(2). 2017-08-10 04:31:58 +00:00
in4_cksum.c
in_cksum.c
in_gif.c IFF_RUNNING checking in Rx and Tx processing is unnecessary now. 2017-11-27 05:05:50 +00:00
in_gif.h preserve gif(4) configs by psref(9) like vlan(4) and l2tp(4). 2017-11-27 05:02:22 +00:00
in_ifattach.h
in_l2tp.c Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
in_l2tp.h
in_offload.c
in_offload.h
in_pcb.c Add support IP_PKTINFO for sendmsg(2). 2017-08-10 04:31:58 +00:00
in_pcb.h Add support IP_PKTINFO for sendmsg(2). 2017-08-10 04:31:58 +00:00
in_pcb_hdr.h Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC) 2017-06-02 03:41:20 +00:00
in_print.c
in_proto.c Take softnet_lock on pr_input properly if NET_MPSAFE 2017-09-27 10:05:04 +00:00
in_proto.h
in_selsrc.c
in_selsrc.h
in_systm.h
in_var.h replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr() 2017-05-12 17:53:53 +00:00
ip.h
ip6.h
ip_carp.c Protect IFADDR_READER_FOREACH and obtained ifa with psz/psref 2017-11-22 07:40:45 +00:00
ip_carp.h
ip_ecn.c
ip_ecn.h
ip_encap.c Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
ip_encap.h Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
ip_etherip.c
ip_etherip.h
ip_flow.c Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch 2017-11-17 07:37:12 +00:00
ip_icmp.c Don't use a single global variable to store source route information for multiple incoming packets 2017-03-31 06:49:44 +00:00
ip_icmp.h
ip_id.c
ip_input.c Allow local communication over DETACHED addresses. 2017-11-24 14:03:25 +00:00
ip_mroute.c Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
ip_mroute.h
ip_output.c Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch 2017-11-17 07:37:12 +00:00
ip_private.h
ip_reass.c
ip_var.h Add support IP_PKTINFO for sendmsg(2). 2017-08-10 04:31:58 +00:00
pim.h
pim_var.h
portalgo.c
portalgo.h
raw_ip.c Add support IP_PKTINFO for sendmsg(2). 2017-08-10 04:31:58 +00:00
sctp.h Pack structs. 2017-06-27 11:55:07 +00:00
sctp_asconf.c Put back some commented out code. 2017-06-28 14:38:18 +00:00
sctp_asconf.h
sctp_constants.h
sctp_crc32.c
sctp_crc32.h
sctp_hashdriver.c
sctp_hashdriver.h
sctp_header.h Pack structs. 2017-06-27 11:55:07 +00:00
sctp_indata.c
sctp_indata.h
sctp_input.c Check outgoing cookie size before accessing any contents. 2017-06-27 13:27:54 +00:00
sctp_input.h
sctp_output.c Use host byte order for a debug message. 2017-06-27 13:54:56 +00:00
sctp_output.h
sctp_pcb.c Make SCTP work when IPSEC is also defined. 2017-10-17 19:23:42 +00:00
sctp_pcb.h
sctp_peeloff.c
sctp_peeloff.h
sctp_structs.h
sctp_timer.c
sctp_timer.h
sctp_uio.h Pack assoc structs. 2017-06-28 14:39:33 +00:00
sctp_usrreq.c Make SCTP work when IPSEC is also defined. 2017-10-17 19:23:42 +00:00
sctp_var.h
sctputil.c
sctputil.h
tcp.h
tcp_congctl.c
tcp_congctl.h
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Convert SYN_CACHE_TIMER_ARM macro to static inline function (NFC) 2017-11-15 09:56:31 +00:00
tcp_output.c Introduce KEY_SA_UNREF and replace KEY_FREESAV with it where sav will never be actually freed in the future 2017-08-03 06:32:51 +00:00
tcp_private.h
tcp_sack.c
tcp_seq.h
tcp_subr.c Forgot to commit this file yesterday. 2017-07-29 05:08:48 +00:00
tcp_timer.c Remove TCP_COMPAT_42. This feature is a workaround for a bug in the TCP 2017-07-28 19:16:41 +00:00
tcp_timer.h
tcp_usrreq.c add some more getsockopt(2) params 2017-08-15 09:21:48 +00:00
tcp_var.h Make syn_cache_timer static 2017-11-15 09:55:22 +00:00
tcp_vtw.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
tcp_vtw.h
tcpip.h
udp.h
udp_private.h
udp_usrreq.c Add support IP_PKTINFO for sendmsg(2). 2017-08-10 04:31:58 +00:00
udp_var.h Add support IP_PKTINFO for sendmsg(2). 2017-08-10 04:31:58 +00:00
wqinput.c pool_init does not copy its name argument 2017-06-02 19:10:19 +00:00
wqinput.h