Searched refs:__tcp_queue_to_input_locked (Results 1 – 2 of 2) sorted by relevance
204 __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line);205 #define tcp_queue_to_input_locked(a, b) __tcp_queue_to_input_locked(a, b, __LINE__);
1074 __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line) in __tcp_queue_to_input_locked() function1106 ret = __tcp_queue_to_input_locked(inp, hpts, line); in __tcp_queue_to_input()