Home
last modified time | relevance | path

Searched refs:tcp_fastopen_disable_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_fastopen.h97 void tcp_fastopen_disable_path(struct tcpcb *);
107 #define tcp_fastopen_disable_path(t) ((void)0) macro
H A Dtcp_fastopen.c1022 tcp_fastopen_disable_path(struct tcpcb *tp) in tcp_fastopen_disable_path() function
H A Dtcp_input.c1187 tcp_fastopen_disable_path(tp); in tcp_do_segment()