Lines Matching refs:htonl
455 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
463 *ptr++ = htonl((TCPOPT_MSS << 24) | in tcp_options_write()
470 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in tcp_options_write()
476 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
481 *ptr++ = htonl(opts->tsval); in tcp_options_write()
482 *ptr++ = htonl(opts->tsecr); in tcp_options_write()
486 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
493 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
504 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
512 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()
513 *ptr++ = htonl(sp[this_sack].end_seq); in tcp_options_write()
526 *ptr = htonl((TCPOPT_EXP << 24) | (len << 16) | in tcp_options_write()
969 th->seq = htonl(tcb->seq); in tcp_transmit_skb()
970 th->ack_seq = htonl(tp->rcv_nxt); in tcp_transmit_skb()
3006 th->seq = htonl(TCP_SKB_CB(skb)->seq); in tcp_make_synack()
3008 th->ack_seq = htonl(tcp_rsk(req)->rcv_nxt); in tcp_make_synack()