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

Function accept_filt_del

freebsd/kern/uipc_accf.c:100–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100int
101accept_filt_del(char *name)
102{
103 struct accept_filter *p;
104
105 p = accept_filt_get(name);
106 if (p == NULL)
107 return (ENOENT);
108
109 p->accf_callback = NULL;
110 return (0);
111}
112
113struct accept_filter *
114accept_filt_get(char *name)

Callers 1

Calls 1

accept_filt_getFunction · 0.85

Tested by

no test coverage detected