Lines Matching refs:TCPOPT_NOP
379 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in mptcp_get_options()
1404 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options()
1460 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options()
1534 put_unaligned_be16(TCPOPT_NOP << 8 | in mptcp_write_options()
1535 TCPOPT_NOP, bptr); in mptcp_write_options()
1540 TCPOPT_NOP << 8 | in mptcp_write_options()
1541 TCPOPT_NOP, ptr); in mptcp_write_options()
1586 opts->backup, TCPOPT_NOP); in mptcp_write_options()
1604 id2 = i + 1 < opts->rm_list.nr ? opts->rm_list.ids[i + 1] : TCPOPT_NOP; in mptcp_write_options()
1605 id3 = i + 2 < opts->rm_list.nr ? opts->rm_list.ids[i + 2] : TCPOPT_NOP; in mptcp_write_options()
1606 id4 = i + 3 < opts->rm_list.nr ? opts->rm_list.ids[i + 3] : TCPOPT_NOP; in mptcp_write_options()