| 1071 | } |
| 1072 | |
| 1073 | uint32_t |
| 1074 | __tcp_hpts_insert(struct inpcb *inp, uint32_t slot, int32_t line){ |
| 1075 | return (tcp_hpts_insert_diag(inp, slot, line, NULL)); |
| 1076 | } |
| 1077 | int |
| 1078 | __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line) |
| 1079 | { |
nothing calls this directly
no test coverage detected