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

Function ipq_timeout

freebsd/netinet/ip_reass.c:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105static struct ipq * ipq_reuse(int);
106
107static inline void
108ipq_timeout(struct ipqbucket *bucket, struct ipq *fp)
109{
110
111 IPSTAT_ADD(ips_fragtimeout, fp->ipq_nfrags);
112 ipq_free(bucket, fp);
113}
114
115static inline void
116ipq_drop(struct ipqbucket *bucket, struct ipq *fp)

Callers 2

ipreass_slowtimoFunction · 0.85
ipreass_drain_tomaxFunction · 0.85

Calls 1

ipq_freeFunction · 0.85

Tested by

no test coverage detected