Home
last modified time | relevance | path

Searched refs:__tcp_queue_to_input_locked (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h204 __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__);
H A Dtcp_hpts.c1074 __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line) in __tcp_queue_to_input_locked() function
1106 ret = __tcp_queue_to_input_locked(inp, hpts, line); in __tcp_queue_to_input()