MCPcopy 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

138void alq_post_flags(struct alq *alq, struct ale *ale, int flags);
139
140static __inline void
141alq_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_logFunction · 0.85
ktr_tracepointFunction · 0.85

Calls 1

alq_post_flagsFunction · 0.85

Tested by

no test coverage detected