| 126 | } |
| 127 | |
| 128 | static __inline void |
| 129 | tcp_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 | |
| 137 | static __inline void |
| 138 | tcp_lro_active_remove(struct lro_entry *le) |