opnsense-src/sys/netinet/libalias
Lutz Donnerhacke fc2d7fb643 libalias: Remove unused function LibAliasCheckNewLink
The functionality to detect a newly created link after processing a
single packet is decoupled from the packet processing.  Every new
packet is processed asynchronously and will reset the indicator, hence
the function is unusable.  I made a Google search for third party code,
which uses the function, and failed to find one.

That's why the function should be removed: It unusable and unused.
A much simplified API/ABI will remain in anything below 14.

Discussed with:	kp
Reviewed by:	manpages (bcr)
Differential Revision: https://reviews.freebsd.org/D30275

(cherry picked from commit bfd41ba1fe)
2021-06-07 07:48:07 +02:00
..
alias.c libalias: Remove unused function LibAliasCheckNewLink 2021-06-07 07:48:07 +02:00
alias.h libalias: Remove unused function LibAliasCheckNewLink 2021-06-07 07:48:07 +02:00
alias_db.c libalias: Remove unused function LibAliasCheckNewLink 2021-06-07 07:48:07 +02:00
alias_dummy.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_ftp.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_irc.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_local.h libalias: Remove unused function LibAliasCheckNewLink 2021-06-07 07:48:07 +02:00
alias_mod.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_mod.h malloc: try to use builtins for zeroing at the callsite 2018-06-02 22:20:09 +00:00
alias_nbt.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_pptp.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_proxy.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_sctp.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_sctp.h libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_skinny.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_smedia.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
alias_util.c libalias: Style cleanup 2021-05-29 15:08:02 +02:00
HISTORY
libalias.3 libalias: Remove unused function LibAliasCheckNewLink 2021-06-07 07:48:07 +02:00