Searched refs:TCPOPT_FASTOPEN (Results 1 – 1 of 1) sorted by relevance
/kernel/tests/net/test/ |
D | tcp_fastopen_test.py | 29 TCPOPT_FASTOPEN = 34 variable 84 syn.getlayer("TCP").options = [(TCPOPT_FASTOPEN, "")] 93 (TCPOPT_FASTOPEN, "helloT"), ("NOP", None), ("NOP", None)] 117 t.options = [ (TCPOPT_FASTOPEN, "helloT"), ("NOP", None), ("NOP", None)]
|