Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h166 int __tcp_queue_to_hpts_immediate(struct inpcb *inp, int32_t line);
167 #define tcp_queue_to_hpts_immediate(a)__tcp_queue_to_hpts_immediate(a, __LINE__)
H A Dtcp_hpts.c849 __tcp_queue_to_hpts_immediate(struct inpcb *inp, int32_t line) in __tcp_queue_to_hpts_immediate() function