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

Function tcp_lro_active_remove

freebsd/netinet/tcp_lro.c:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137static __inline void
138tcp_lro_active_remove(struct lro_entry *le)
139{
140
141 LIST_REMOVE(le, next); /* active list */
142 LIST_REMOVE(le, hash_next); /* hash bucket */
143}
144
145int
146tcp_lro_init(struct lro_ctrl *lc)

Callers 3

tcp_lro_freeFunction · 0.85
tcp_lro_rx_doneFunction · 0.85
tcp_lro_flush_inactiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected