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

Function tcp_lro_active_insert

freebsd/netinet/tcp_lro.c:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static __inline void
129tcp_lro_active_insert(struct lro_ctrl *lc, struct lro_head *bucket,
130 struct lro_entry *le)
131{
132
133 LIST_INSERT_HEAD(&lc->lro_active, le, next);
134 LIST_INSERT_HEAD(bucket, le, hash_next);
135}
136
137static __inline void
138tcp_lro_active_remove(struct lro_entry *le)

Callers 1

tcp_lro_rx2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected