Gleb Smirnoff
e7d02be19d
protosw: refactor protosw and domain static declaration and load
...
o Assert that every protosw has pr_attach. Now this structure is
only for socket protocols declarations and nothing else.
o Merge struct pr_usrreqs into struct protosw. This was suggested
in 1996 by wollman@ (see 7b187005d18ef), and later reiterated
in 2006 by rwatson@ (see 6fbb9cf860dcd).
o Make struct domain hold a variable sized array of protosw pointers.
For most protocols these pointers are initialized statically.
Those domains that may have loadable protocols have spacers. IPv4
and IPv6 have 8 spacers each (andre@ dff3237ee54ea).
o For inetsw and inet6sw leave a comment noting that many protosw
entries very likely are dead code.
o Refactor pf_proto_[un]register() into protosw_[un]register().
o Isolate pr_*_notsupp() methods into uipc_domain.c
Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D36232
2022-08-17 11:50:32 -07:00
..
2022-04-05 13:52:36 +02:00
2022-04-02 14:10:59 +02:00
2022-04-09 09:14:00 +02:00
2022-07-05 11:56:55 -03:00
2022-08-14 21:27:35 +02:00
2022-08-17 11:50:31 -07:00
2022-05-31 21:06:14 +00:00
2022-08-17 11:50:31 -07:00
2022-08-17 11:50:31 -07:00
2021-11-24 13:31:16 -05:00
2021-10-22 14:40:53 -07:00
2022-01-17 00:13:47 +01:00
2022-08-01 10:02:12 +00:00
2021-10-22 14:40:53 -07:00
2022-05-28 20:52:17 +03:00
2021-12-20 17:15:43 -09:00
2021-12-06 09:32:31 -08:00
2021-12-26 10:47:28 -08:00
2022-08-10 11:09:34 -07:00
2022-02-09 12:24:41 +01:00
2022-08-17 11:50:32 -07:00
2022-08-01 08:52:26 +00:00
2022-05-07 18:17:33 +02:00
2022-08-12 12:08:18 -07:00
2022-08-12 12:08:18 -07:00
2022-08-17 11:50:31 -07:00
2022-08-17 11:50:31 -07:00
2022-08-17 11:50:31 -07:00
2022-08-17 11:50:32 -07:00
2021-08-19 10:48:53 +02:00
2021-12-26 15:33:48 +00:00
2022-06-04 19:12:29 +03:00
2022-04-12 10:04:59 +02:00
2022-08-17 11:50:31 -07:00
2022-08-17 11:50:31 -07:00
2022-04-11 14:51:16 -05:00
2022-03-22 07:38:01 -05:00
2022-08-17 11:50:32 -07:00
2022-08-17 11:50:31 -07:00
2022-08-17 11:50:32 -07:00
2022-02-03 20:06:42 +01:00
2022-08-17 11:50:32 -07:00
2022-05-14 06:28:19 +02:00
2022-04-12 14:58:59 -07:00
2022-04-19 12:45:57 +00:00
2022-06-04 07:38:19 +02:00
2022-02-17 22:45:57 +01:00
2022-02-17 22:45:57 +01:00
2022-08-03 17:28:15 +02:00
2022-06-04 07:38:19 +02:00
2022-03-29 01:50:17 +02:00
2022-08-17 11:50:32 -07:00
2022-05-14 12:38:43 +02:00
2022-08-08 12:53:42 +02:00
2021-12-27 23:40:31 +01:00
2022-08-17 11:50:31 -07:00
2022-08-17 11:50:31 -07:00
2021-09-07 11:19:29 -04:00
2022-03-29 21:09:51 +02:00
2022-06-08 22:35:14 +02:00
2022-07-25 22:08:35 +02:00
2022-03-29 21:09:51 +02:00
2022-07-25 22:08:28 +02:00
2022-03-29 01:50:17 +02:00
2022-08-17 11:50:32 -07:00
2022-08-17 11:50:32 -07:00
2022-06-04 07:38:19 +02:00
2022-05-23 16:09:23 +02:00
2022-04-07 10:17:09 +01:00
2021-05-06 11:22:26 -04:00
2022-08-17 11:50:32 -07:00
2022-08-17 11:50:32 -07:00
2022-02-25 20:05:32 +01:00
2022-02-25 20:05:32 +01:00
2022-04-08 17:25:13 -07:00
2021-08-27 08:31:32 -04:00
2021-11-30 07:17:30 +01:00
2022-08-15 20:48:34 +02:00
2022-04-14 16:04:08 -04:00
2022-08-17 11:50:32 -07:00
2022-04-19 06:56:39 -06:00
2021-12-26 08:48:24 -08:00
2022-08-13 17:33:36 -04:00
2022-02-10 15:39:58 -05:00
2022-08-08 13:07:10 +02:00
2022-06-15 23:28:54 +02:00
2022-01-31 16:40:04 -08:00
2021-05-07 17:32:32 -04:00
2022-02-03 16:21:58 +01:00
2022-06-08 14:51:31 +02:00
2022-06-03 10:49:17 +02:00
2022-08-17 11:50:32 -07:00
2022-08-10 11:09:34 -07:00
2022-02-10 00:21:31 +01:00
2022-08-17 11:50:32 -07:00
2021-12-26 14:56:04 +00:00
2022-07-04 12:40:51 -07:00
2022-08-17 11:50:32 -07:00
2022-08-17 11:50:32 -07:00
2022-02-01 18:41:36 +01:00
2021-12-26 08:48:19 -08:00
2022-08-17 11:50:32 -07:00
2022-08-17 11:50:32 -07:00
2022-01-03 10:12:30 +01:00