2 * Copyright (c) 1982, 1986, 1993
3 * The Regents of the University of California. All rights reserved.
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. All advertising materials mentioning features or use of this software
14 * must display the following acknowledgement:
15 * This product includes software developed by the University of
16 * California, Berkeley and its contributors.
17 * 4. Neither the name of the University nor the names of its contributors
18 * may be used to endorse or promote products derived from this software
19 * without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * @(#)in_proto.c 8.2 (Berkeley) 2/9/95
34 * $FreeBSD: src/sys/netinet/in_proto.c,v 1.53.2.7 2003/08/24 08:24:38 hsu Exp $
35 * $DragonFly: src/sys/netinet/in_proto.c,v 1.13 2005/07/15 17:54:47 eirikn Exp $
38 #include "opt_ipdivert.h"
40 #include "opt_mrouting.h"
41 #include "opt_ipsec.h"
42 #include "opt_inet6.h"
45 #include <sys/param.h>
46 #include <sys/kernel.h>
47 #include <sys/socket.h>
48 #include <sys/domain.h>
49 #include <sys/protosw.h>
50 #include <sys/queue.h>
51 #include <sys/sysctl.h>
54 #include <net/route.h>
56 #include <netinet/in.h>
57 #include <netinet/in_systm.h>
58 #include <netinet/ip.h>
59 #include <netinet/ip_var.h>
60 #include <netinet/ip_icmp.h>
61 #include <netinet/igmp_var.h>
63 #include <netinet/pim_var.h>
65 #include <netinet/tcp.h>
66 #include <netinet/tcp_timer.h>
67 #include <netinet/tcp_var.h>
68 #include <netinet/udp.h>
69 #include <netinet/udp_var.h>
70 #include <netinet/ip_encap.h>
74 * TCP/IP protocol family: IP, ICMP, UDP, TCP.
78 #include <netinet6/ipsec.h>
79 #include <netinet6/ah.h>
81 #include <netinet6/esp.h>
83 #include <netinet6/ipcomp.h>
87 #include <netproto/ipsec/ipsec.h>
88 #endif /* FAST_IPSEC */
91 #include <netproto/ipx/ipx_ip.h>
96 #include <netns/ns_if.h>
100 #include <netinet/in_pcb.h>
101 #include <netinet/sctp_pcb.h>
102 #include <netinet/sctp.h>
103 #include <netinet/sctp_var.h>
106 #include <net/netisr.h> /* for cpu0_soport */
108 extern struct domain inetdomain
;
109 static struct pr_usrreqs nousrreqs
;
111 struct protosw inetsw
[] = {
112 { 0, &inetdomain
, 0, 0,
115 ip_init
, 0, ip_slowtimo
, ip_drain
,
118 { SOCK_DGRAM
, &inetdomain
, IPPROTO_UDP
, PR_ATOMIC
|PR_ADDR
,
119 udp_input
, 0, udp_ctlinput
, ip_ctloutput
,
124 { SOCK_STREAM
, &inetdomain
, IPPROTO_TCP
,
125 PR_CONNREQUIRED
|PR_IMPLOPCL
|PR_WANTRCVD
,
126 tcp_input
, 0, tcp_ctlinput
, tcp_ctloutput
,
128 tcp_init
, 0, tcp_slowtimo
, tcp_drain
,
133 * Order is very important here, we add the good one in
134 * in this postion so it maps to the right ip_protox[]
135 * postion for SCTP. Don't move the one above below
136 * this one or IPv6/4 compatability will break
138 { SOCK_DGRAM
, &inetdomain
, IPPROTO_SCTP
, PR_ADDR_OPT
|PR_WANTRCVD
,
139 sctp_input
, 0, sctp_ctlinput
, sctp_ctloutput
,
141 sctp_init
, 0, 0, sctp_drain
,
144 { SOCK_SEQPACKET
,&inetdomain
, IPPROTO_SCTP
, PR_ADDR_OPT
|PR_WANTRCVD
,
145 sctp_input
, 0, sctp_ctlinput
, sctp_ctloutput
,
151 { SOCK_STREAM
, &inetdomain
, IPPROTO_SCTP
, PR_CONNREQUIRED
|PR_ADDR_OPT
|PR_WANTRCVD
,
152 sctp_input
, 0, sctp_ctlinput
, sctp_ctloutput
,
158 { SOCK_RAW
, &inetdomain
, IPPROTO_RAW
, PR_ATOMIC
|PR_ADDR
,
159 rip_input
, 0, rip_ctlinput
, rip_ctloutput
,
164 { SOCK_RAW
, &inetdomain
, IPPROTO_ICMP
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
165 icmp_input
, 0, 0, rip_ctloutput
,
170 { SOCK_RAW
, &inetdomain
, IPPROTO_IGMP
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
171 igmp_input
, 0, 0, rip_ctloutput
,
173 igmp_init
, igmp_fasttimo
, igmp_slowtimo
, 0,
176 { SOCK_RAW
, &inetdomain
, IPPROTO_RSVP
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
177 rsvp_input
, 0, 0, rip_ctloutput
,
183 { SOCK_RAW
, &inetdomain
, IPPROTO_AH
, PR_ATOMIC
|PR_ADDR
,
190 { SOCK_RAW
, &inetdomain
, IPPROTO_ESP
, PR_ATOMIC
|PR_ADDR
,
197 { SOCK_RAW
, &inetdomain
, IPPROTO_IPCOMP
, PR_ATOMIC
|PR_ADDR
,
198 ipcomp4_input
, 0, 0, 0,
205 { SOCK_RAW
, &inetdomain
, IPPROTO_AH
, PR_ATOMIC
|PR_ADDR
,
206 ipsec4_common_input
, 0, 0, 0,
211 { SOCK_RAW
, &inetdomain
, IPPROTO_ESP
, PR_ATOMIC
|PR_ADDR
,
212 ipsec4_common_input
, 0, 0, 0,
217 { SOCK_RAW
, &inetdomain
, IPPROTO_IPCOMP
, PR_ATOMIC
|PR_ADDR
,
218 ipsec4_common_input
, 0, 0, 0,
223 #endif /* FAST_IPSEC */
224 { SOCK_RAW
, &inetdomain
, IPPROTO_IPV4
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
225 encap4_input
, 0, 0, rip_ctloutput
,
230 { SOCK_RAW
, &inetdomain
, IPPROTO_MOBILE
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
231 encap4_input
, 0, 0, rip_ctloutput
,
236 { SOCK_RAW
, &inetdomain
, IPPROTO_GRE
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
237 encap4_input
, 0, 0, rip_ctloutput
,
243 { SOCK_RAW
, &inetdomain
, IPPROTO_IPV6
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
244 encap4_input
, 0, 0, rip_ctloutput
,
251 { SOCK_RAW
, &inetdomain
, IPPROTO_DIVERT
, PR_ATOMIC
|PR_ADDR
,
252 div_input
, 0, 0, ip_ctloutput
,
259 { SOCK_RAW
, &inetdomain
, IPPROTO_IDP
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
260 ipxip_input
, 0, ipxip_ctlinput
, 0,
267 { SOCK_RAW
, &inetdomain
, IPPROTO_IDP
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
268 idpip_input
, 0, nsip_ctlinput
, 0,
275 { SOCK_RAW
, &inetdomain
, IPPROTO_PIM
, PR_ATOMIC
|PR_ADDR
|PR_LASTHDR
,
276 pim_input
, 0, 0, rip_ctloutput
,
283 { SOCK_RAW
, &inetdomain
, IPPROTO_PFSYNC
, PR_ATOMIC
|PR_ADDR
,
284 pfsync_input
, 0, 0, rip_ctloutput
,
291 { SOCK_RAW
, &inetdomain
, 0, PR_ATOMIC
|PR_ADDR
,
292 rip_input
, 0, 0, rip_ctloutput
,
299 struct domain inetdomain
= {
300 AF_INET
, "internet", NULL
, NULL
, NULL
,
301 inetsw
, &inetsw
[sizeof(inetsw
)/sizeof(inetsw
[0])],
302 SLIST_ENTRY_INITIALIZER
,
303 in_inithead
, 32, sizeof(struct sockaddr_in
),
308 SYSCTL_NODE(_net
, PF_INET
, inet
, CTLFLAG_RW
, 0,
311 SYSCTL_NODE(_net_inet
, IPPROTO_IP
, ip
, CTLFLAG_RW
, 0, "IP");
312 SYSCTL_NODE(_net_inet
, IPPROTO_ICMP
, icmp
, CTLFLAG_RW
, 0, "ICMP");
313 SYSCTL_NODE(_net_inet
, IPPROTO_UDP
, udp
, CTLFLAG_RW
, 0, "UDP");
314 SYSCTL_NODE(_net_inet
, IPPROTO_TCP
, tcp
, CTLFLAG_RW
, 0, "TCP");
315 SYSCTL_NODE(_net_inet
, IPPROTO_IGMP
, igmp
, CTLFLAG_RW
, 0, "IGMP");
317 /* XXX no protocol # to use, pick something "reserved" */
318 SYSCTL_NODE(_net_inet
, 253, ipsec
, CTLFLAG_RW
, 0, "IPSEC");
319 SYSCTL_NODE(_net_inet
, IPPROTO_AH
, ah
, CTLFLAG_RW
, 0, "AH");
320 SYSCTL_NODE(_net_inet
, IPPROTO_ESP
, esp
, CTLFLAG_RW
, 0, "ESP");
321 SYSCTL_NODE(_net_inet
, IPPROTO_IPCOMP
, ipcomp
, CTLFLAG_RW
, 0, "IPCOMP");
322 SYSCTL_NODE(_net_inet
, IPPROTO_IPIP
, ipip
, CTLFLAG_RW
, 0, "IPIP");
325 SYSCTL_NODE(_net_inet
, IPPROTO_AH
, ipsec
, CTLFLAG_RW
, 0, "IPSEC");
327 #endif /* !FAST_IPSEC */
328 SYSCTL_NODE(_net_inet
, IPPROTO_RAW
, raw
, CTLFLAG_RW
, 0, "RAW");
330 SYSCTL_NODE(_net_inet
, IPPROTO_DIVERT
, divert
, CTLFLAG_RW
, 0, "DIVERT");
333 SYSCTL_NODE(_net_inet
, IPPROTO_PIM
, pim
, CTLFLAG_RW
, 0, "PIM");