Lines Matching refs:TCPOPT_NOP
377 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */ in mptcp_get_options()
1335 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options()
1386 TCPOPT_NOP << 8 | TCPOPT_NOP, ptr); in mptcp_write_options()
1458 put_unaligned_be16(TCPOPT_NOP << 8 | in mptcp_write_options()
1459 TCPOPT_NOP, bptr); in mptcp_write_options()
1464 TCPOPT_NOP << 8 | in mptcp_write_options()
1465 TCPOPT_NOP, ptr); in mptcp_write_options()
1480 opts->backup, TCPOPT_NOP); in mptcp_write_options()
1495 id2 = i + 1 < opts->rm_list.nr ? opts->rm_list.ids[i + 1] : TCPOPT_NOP; in mptcp_write_options()
1496 id3 = i + 2 < opts->rm_list.nr ? opts->rm_list.ids[i + 2] : TCPOPT_NOP; in mptcp_write_options()
1497 id4 = i + 3 < opts->rm_list.nr ? opts->rm_list.ids[i + 3] : TCPOPT_NOP; in mptcp_write_options()