Lines Matching refs:TCPOPT_NOP
385 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in mptcp_get_options()
1429 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options()
1485 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options()
1559 put_unaligned_be16(TCPOPT_NOP << 8 | in mptcp_write_options()
1560 TCPOPT_NOP, bptr); in mptcp_write_options()
1565 TCPOPT_NOP << 8 | in mptcp_write_options()
1566 TCPOPT_NOP, ptr); in mptcp_write_options()
1611 opts->backup, TCPOPT_NOP); in mptcp_write_options()
1628 id2 = i + 1 < opts->rm_list.nr ? opts->rm_list.ids[i + 1] : TCPOPT_NOP; in mptcp_write_options()
1629 id3 = i + 2 < opts->rm_list.nr ? opts->rm_list.ids[i + 2] : TCPOPT_NOP; in mptcp_write_options()
1630 id4 = i + 3 < opts->rm_list.nr ? opts->rm_list.ids[i + 3] : TCPOPT_NOP; in mptcp_write_options()