Home
last modified time | relevance | path

Searched hist:"89128 ff3e42196c8b41a3c59f7a2d95c0a4ac0ee" (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket_hci_raw.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket_l2cap.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket_rfcomm.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/sys/netinet/
H A Dsctp_module.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dudp_var.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dsctp_var.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Din_proto.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dip_var.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dip_divert.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dhv_sock.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/share/man/man9/
H A Ddomain.9diff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket_l2cap_raw.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket_hci_raw.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket_l2cap.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Dng_btsocket_rfcomm.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/sys/kern/
H A Duipc_debug.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Duipc_domain.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/sys/netipsec/
H A Dkeysock.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/sys/sys/
H A Dprotosw.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
/freebsd/sys/netinet6/
H A Dip6_var.hdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537
H A Din6_proto.cdiff 89128ff3e42196c8b41a3c59f7a2d95c0a4ac0ee Mon Jan 03 19:15:21 CET 2022 Gleb Smirnoff <glebius@FreeBSD.org> protocols: init with standard SYSINIT(9) or VNET_SYSINIT

The historical BSD network stack loop that rolls over domains and
over protocols has no advantages over more modern SYSINIT(9).
While doing the sweep, split global and per-VNET initializers.

Getting rid of pr_init allows to achieve several things:
o Get rid of ifdef's that protect against double foo_init() when
both INET and INET6 are compiled in.
o Isolate initializers statically to the module they init.
o Makes code easier to understand and maintain.

Reviewed by: melifaro
Differential revision: https://reviews.freebsd.org/D33537

12