freebsd-nq/sys/netinet
Peter Dufault 0ddf9be1f0 Make MOD_* macros almost consistent:
Use the name argument almost the same in all LKM types.  Maintain
the current behavior for the external (e.g., modstat) name for DEV,
EXEC, and MISC types being #name ## "_mod" and SYCALL and VFS only
#name.  This is a candidate for change and I vote just the name without
the "_mod".

Change the DISPATCH macro to MOD_DISPATCH for consistency with the
other macros.

Add an LKM_ANON #define to eliminate the magic -1 and associated
signed/unsigned warnings.

Add MOD_PRIVATE to support wcd.c's poking around in the lkm structure.

Change source in tree to use the new interface.

Reviewed by:	Bruce Evans
1997-04-06 11:14:13 +00:00
..
fil.c
icmp_var.h
if_ether.c
if_ether.h
if_fddi.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_pcb.c
in_pcb.h
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c
in.h
ip_compat.h
ip_divert.c
ip_fil.c
ip_fil.h
ip_frag.c
ip_frag.h
ip_fw.c Make MOD_* macros almost consistent: 1997-04-06 11:14:13 +00:00
ip_fw.h
ip_icmp.c
ip_icmp.h
ip_input.c Resolve conflicts created by import. 1997-04-03 10:47:12 +00:00
ip_mroute.c
ip_mroute.h
ip_nat.c
ip_nat.h
ip_output.c Resolve conflicts created by import. 1997-04-03 10:47:12 +00:00
ip_state.c
ip_state.h
ip_var.h
ip.h
raw_ip.c
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c
tcp_output.c
tcp_reass.c
tcp_seq.h
tcp_subr.c
tcp_timer.c
tcp_timer.h
tcp_timewait.c
tcp_usrreq.c
tcp_var.h
tcp.h
tcpip.h
udp_usrreq.c
udp_var.h
udp.h