freebsd-nq/sys/netinet
Gleb Smirnoff 90b357f6ec M_DONTWAIT is a flag from historical mbuf(9)
allocator, not malloc(9) or uma(9) flag.
2012-04-10 06:52:39 +00:00
..
cc
ipfw Don't check malloc(M_WAITOK) results. 2012-03-31 11:20:48 +00:00
khelp
libalias
accf_data.c
accf_dns.c
accf_http.c
cc.h
icmp6.h Correct typo in the RFC number for the constants based on IANA assignments 2012-03-04 18:47:20 +00:00
icmp_var.h
if_atm.c
if_atm.h
if_ether.c
if_ether.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_debug.c
in_gif.c
in_gif.h
in_mcast.c
in_pcb.c
in_pcb.h Hide a few declarations from userland (including `struct inpcbgroup'). This 2012-03-17 21:51:39 +00:00
in_pcbgroup.c
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c M_DONTWAIT is a flag from historical mbuf(9) 2012-04-10 06:52:39 +00:00
in.h
ip6.h
ip_carp.c CARP should be capable to run on if_bridge(4). Unfortunately, 2012-04-10 05:42:48 +00:00
ip_carp.h
ip_divert.c
ip_divert.h
ip_dummynet.h
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c
ip_fw.h - Permit number of ipfw tables to be changed in runtime. 2012-03-25 20:37:59 +00:00
ip_gre.c
ip_gre.h
ip_icmp.c
ip_icmp.h
ip_id.c
ip_input.c
ip_ipsec.c
ip_ipsec.h
ip_mroute.c Change SYSINIT priorities so that ip_mroute_modevent() is executed 2012-03-04 18:59:38 +00:00
ip_mroute.h
ip_options.c
ip_options.h
ip_output.c
ip_var.h
ip.h
pim_var.h
pim.h
raw_ip.c
sctp_asconf.c
sctp_asconf.h
sctp_auth.c
sctp_auth.h
sctp_bsd_addr.c This fixes PR 165210. Basically we just 2012-03-12 15:05:17 +00:00
sctp_bsd_addr.h
sctp_cc_functions.c
sctp_constants.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_crc32.c
sctp_crc32.h
sctp_dtrace_declare.h
sctp_dtrace_define.h
sctp_header.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_indata.c
sctp_indata.h
sctp_input.c Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_input.h
sctp_lock_bsd.h
sctp_os_bsd.h Document the fact that multi-FIB support for SCTP had been backed out 2012-02-03 15:39:13 +00:00
sctp_os.h
sctp_output.c Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_output.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_pcb.c
sctp_pcb.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_peeloff.c Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_peeloff.h
sctp_ss_functions.c
sctp_structs.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_sysctl.c
sctp_sysctl.h
sctp_timer.c
sctp_timer.h
sctp_uio.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctp_usrreq.c Remove duplicate condition in if statement. 2012-04-06 09:03:02 +00:00
sctp_var.h
sctp.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctputil.c Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
sctputil.h Make stream our stream reset implementation 2012-03-29 13:36:53 +00:00
siftr.c
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_hostcache.c
tcp_hostcache.h
tcp_input.c Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when 2012-02-15 16:09:56 +00:00
tcp_lro.c
tcp_lro.h
tcp_offload.c
tcp_offload.h
tcp_output.c Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when 2012-02-15 16:09:56 +00:00
tcp_reass.c
tcp_sack.c
tcp_seq.h Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when 2012-02-15 16:09:56 +00:00
tcp_subr.c Permit tcpdrop in VNET jails. 2012-03-28 12:30:16 +00:00
tcp_syncache.c Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when 2012-02-15 16:09:56 +00:00
tcp_syncache.h
tcp_timer.c Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and 2012-02-05 16:53:02 +00:00
tcp_timer.h Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and 2012-02-05 16:53:02 +00:00
tcp_timewait.c Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when 2012-02-15 16:09:56 +00:00
tcp_usrreq.c Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and 2012-02-05 16:53:02 +00:00
tcp_var.h Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and 2012-02-05 16:53:02 +00:00
tcp.h Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and 2012-02-05 16:53:02 +00:00
tcpip.h
toedev.h
udp_usrreq.c Export the udp_cksum sysctl for upcoming SCTP work. Rather than always, 2012-03-27 15:14:29 +00:00
udp_var.h Export the udp_cksum sysctl for upcoming SCTP work. Rather than always, 2012-03-27 15:14:29 +00:00
udp.h