Marcel Moolenaar 1e0a021e3d The accept filter code is not specific to the FreeBSD IPv4 network stack,
so it really should not be under "optional inet". The fact that uipc_accf.c
lives under kern/ lends some weight to making it a "standard" file.

Moving kern/uipc_accf.c from "optional inet" to "standard" eliminates the
need for #ifdef INET in kern/uipc_socket.c.

Also, this meant the net.inet.accf.unloadable sysctl needed to move, as
net.inet does not exist without networking compiled in (as it lives in
netinet/in_proto.c.) The new sysctl has been named net.accf.unloadable.

In order to support existing accept filter sysctls, the net.inet.accf node
has been added netinet/in_proto.c.

Submitted by:	Steve Kiernan <stevek@juniper.net>
Obtained from:	Juniper Networks, Inc.
2014-07-26 19:27:34 +00:00
..
2013-11-01 10:29:10 +00:00
2014-03-14 06:29:43 +00:00
In
2013-11-30 12:51:19 +00:00
2013-07-03 18:48:43 +00:00
2014-07-11 06:52:48 +00:00
2014-07-11 21:15:40 +00:00
2014-07-11 06:52:48 +00:00
2014-07-11 06:52:48 +00:00
2014-07-11 06:52:48 +00:00
2014-07-11 21:15:40 +00:00
2014-07-11 21:15:40 +00:00
2014-07-02 22:04:14 +00:00
2014-07-03 23:12:43 +00:00