FreeBSD kernel IPv4 code
External code changes and modifications

Functions

void SctpShowAliasStats (struct libalias *la)
 Log current statistics for the libalias instance. More...
 

Detailed Description

Some changes have been made to files external to alias_sctp.(c|h). These changes are primarily due to code needing to call static functions within those files or to perform extra functionality that can only be performed within these files.

Function Documentation

◆ SctpShowAliasStats()

void SctpShowAliasStats ( struct libalias la)

Log current statistics for the libalias instance.

This function is defined in alias_db.c, since it calls static functions in this file

Calls the higher level ShowAliasStats() in alias_db.c which logs all current statistics about the libalias instance - including SCTP statistics

Parameters
laPointer to the libalias instance

Definition at line 185 of file alias_db.c.

References ShowAliasStats().

Here is the call graph for this function: