freebsd-dev/sys/netinet
Alexander V. Chernikov f50706648c Add new fib4_lookup_nh_extended() which fills in nhop4_extended
structure without doinf L2 resolve. It also requires freeing
 references by calling fib4_free_nh_ext().

Convert in_pcbladdr() to use it.
Convert tcp_maxmtu() to use it.
2014-10-23 23:11:04 +00:00
..
cc
khelp
libalias
accf_data.c
accf_dns.c
accf_http.c
cc.h
icmp6.h
icmp_var.h
if_atm.c
if_atm.h
if_ether.c Switch IPv4 output path to use new routing api. 2014-10-19 21:07:35 +00:00
if_ether.h Switch IPv4 output path to use new routing api. 2014-10-19 21:07:35 +00:00
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_debug.c
in_gif.c Switch IPv4 output path to use new routing api. 2014-10-19 21:07:35 +00:00
in_gif.h
in_kdtrace.c
in_kdtrace.h
in_mcast.c Convert inp_lookup_mcast_ifp() to new routing api. 2014-10-23 21:38:54 +00:00
in_pcb.c Add new fib4_lookup_nh_extended() which fills in nhop4_extended 2014-10-23 23:11:04 +00:00
in_pcb.h
in_pcbgroup.c
in_proto.c
in_rmx.c Remove lock init from radix.c. 2014-10-01 14:39:06 +00:00
in_rss.c Ensure the correct software IPv4 hash is done based on the configured 2014-09-16 03:26:42 +00:00
in_rss.h
in_systm.h
in_var.h
in.c Add a change missing in r271916. 2014-09-21 04:38:50 +00:00
in.h
ip6.h Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundant 2014-10-05 06:28:53 +00:00
ip_carp.c
ip_carp.h
ip_divert.c Update ip_divert.ko to depend on version 3 of ipfw. 2014-10-11 16:08:54 +00:00
ip_divert.h
ip_dummynet.h
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c
ip_fw.h Add IP_FW_DUMP_SOPTCODES sopt to be able to determine 2014-10-08 11:12:14 +00:00
ip_gre.c When tunneling interface is going to insert mbuf into netisr queue after stripping 2014-10-08 21:23:34 +00:00
ip_gre.h
ip_icmp.c Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable replies 2014-10-01 18:07:34 +00:00
ip_icmp.h
ip_id.c
ip_input.c Switch IPv4 output path to use new routing api. 2014-10-19 21:07:35 +00:00
ip_ipsec.c drop unnecessary ifdef IPSEC's. This file is only compiled when IPSEC 2014-09-26 12:48:54 +00:00
ip_ipsec.h
ip_mroute.c
ip_mroute.h
ip_options.c
ip_options.h
ip_output.c Rename ip_sendmbuf to fib4_sendmbuf() and move it to rt_nhops api. 2014-10-23 21:09:14 +00:00
ip_var.h Switch IPv4 output path to use new routing api. 2014-10-19 21:07:35 +00:00
ip.h
pim_var.h
pim.h
raw_ip.c
sctp_asconf.c
sctp_asconf.h
sctp_auth.c Use a consistent type for the number of HMAC algorithms. 2014-09-16 14:20:33 +00:00
sctp_auth.h Use a consistent type for the number of HMAC algorithms. 2014-09-16 14:20:33 +00:00
sctp_bsd_addr.c
sctp_bsd_addr.h
sctp_cc_functions.c Small cleanup which addresses a warning regaring the truncation 2014-09-16 13:48:46 +00:00
sctp_constants.h
sctp_crc32.c
sctp_crc32.h
sctp_dtrace_declare.h
sctp_dtrace_define.h
sctp_header.h
sctp_indata.c
sctp_indata.h
sctp_input.c Ensure that the flags field of sctp_tmit_chunks is initialized. 2014-10-09 20:08:12 +00:00
sctp_input.h
sctp_lock_bsd.h
sctp_os_bsd.h Switch IPv4 output path to use new routing api. 2014-10-19 21:07:35 +00:00
sctp_os.h
sctp_output.c Ensure that the flags field of sctp_tmit_chunks is initialized. 2014-10-09 20:08:12 +00:00
sctp_output.h Ensure that the list of streams sent in a stream reset parameter fits 2014-10-08 15:30:59 +00:00
sctp_pcb.c Use a consistent type for the number of HMAC algorithms. 2014-09-16 14:20:33 +00:00
sctp_pcb.h
sctp_peeloff.c
sctp_peeloff.h
sctp_ss_functions.c
sctp_structs.h Chunk IDs are 8 bit entities, not 16 bit. 2014-09-15 19:38:34 +00:00
sctp_syscalls.c Move the SCTP syscalls to netinet with the rest of the SCTP code. The 2014-10-09 15:16:52 +00:00
sctp_sysctl.c
sctp_sysctl.h
sctp_timer.c
sctp_timer.h
sctp_uio.h
sctp_usrreq.c Ensure that the number of stream reported in srs_number_streams is 2014-10-08 15:29:49 +00:00
sctp_var.h
sctp.h
sctputil.c Add context pointer and source address to the UDP tunnel callback 2014-10-10 06:08:59 +00:00
sctputil.h
siftr.c
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_hostcache.c
tcp_hostcache.h
tcp_input.c Improve transmit sending offload, TSO, algorithm in general. 2014-09-22 08:27:27 +00:00
tcp_lro.c
tcp_lro.h
tcp_offload.c
tcp_offload.h
tcp_output.c Switch IPv4 output path to use new routing api. 2014-10-19 21:07:35 +00:00
tcp_reass.c
tcp_sack.c
tcp_seq.h
tcp_subr.c Add new fib4_lookup_nh_extended() which fills in nhop4_extended 2014-10-23 23:11:04 +00:00
tcp_syncache.c * Split tcp_signature_compute() into 2 pieces: 2014-09-27 07:04:12 +00:00
tcp_syncache.h
tcp_timer.c Implement PLPMTUD blackhole detection (RFC 4821), inspired by code 2014-10-07 21:50:28 +00:00
tcp_timer.h
tcp_timewait.c
tcp_usrreq.c
tcp_var.h Implement PLPMTUD blackhole detection (RFC 4821), inspired by code 2014-10-07 21:50:28 +00:00
tcp.h
tcpip.h
toecore.c Catch up with r271119. 2014-09-24 20:12:40 +00:00
toecore.h
toeplitz.c
toeplitz.h
udp_usrreq.c Add context pointer and source address to the UDP tunnel callback 2014-10-10 06:08:59 +00:00
udp_var.h Add context pointer and source address to the UDP tunnel callback 2014-10-10 06:08:59 +00:00
udp.h
udplite.h