Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ alq_post
Function
alq_post
freebsd/sys/alq.h:140–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
void alq_post_flags(struct alq *alq, struct ale *ale, int flags);
139
140
static __inline void
141
alq_post(struct alq *alq, struct ale *ale)
142
{
143
alq_post_flags(alq, ale, 0);
144
}
145
146
#endif /* _SYS_ALQ_H_ */
Callers
2
ieee80211_alq_log
Function · 0.85
ktr_tracepoint
Function · 0.85
Calls
1
alq_post_flags
Function · 0.85
Tested by
no test coverage detected