MCPcopy Create free account
hub / github.com/F-Stack/f-stack / LibAliasDetachHandlers

Function LibAliasDetachHandlers

freebsd/netinet/libalias/alias_mod.c:97–107  ·  view source on GitHub ↗

XXXGL: should be void, but no good reason to break ABI */

Source from the content-addressed store, hash-verified

95
96/* XXXGL: should be void, but no good reason to break ABI */
97int
98LibAliasDetachHandlers(struct proto_handler *p)
99{
100
101 while (p->dir != NODIR) {
102 TAILQ_REMOVE(&handler_chain, p, link);
103 p++;
104 }
105
106 return (0);
107}
108
109int
110find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *ip,

Callers 8

mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
mod_handlerFunction · 0.85
LibAliasUnLoadAllModuleFunction · 0.85
mod_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected