| 135 | } |
| 136 | |
| 137 | static __inline void |
| 138 | tcp_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 | |
| 145 | int |
| 146 | tcp_lro_init(struct lro_ctrl *lc) |
no outgoing calls
no test coverage detected