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

Function ipq_drop

freebsd/netinet/ip_reass.c:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115static inline void
116ipq_drop(struct ipqbucket *bucket, struct ipq *fp)
117{
118
119 IPSTAT_ADD(ips_fragdropped, fp->ipq_nfrags);
120 ipq_free(bucket, fp);
121}
122
123/*
124 * By default, limit the number of IP fragments across all reassembly

Callers 2

ip_reassFunction · 0.85
ipreass_drainFunction · 0.85

Calls 1

ipq_freeFunction · 0.85

Tested by

no test coverage detected