Lines Matching refs:htonl
453 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
461 *ptr++ = htonl((TCPOPT_MSS << 24) | in tcp_options_write()
468 *ptr++ = htonl((TCPOPT_SACK_PERM << 24) | in tcp_options_write()
474 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
479 *ptr++ = htonl(opts->tsval); in tcp_options_write()
480 *ptr++ = htonl(opts->tsecr); in tcp_options_write()
484 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
491 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
502 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
510 *ptr++ = htonl(sp[this_sack].start_seq); in tcp_options_write()
511 *ptr++ = htonl(sp[this_sack].end_seq); in tcp_options_write()
524 *ptr = htonl((TCPOPT_EXP << 24) | (len << 16) | in tcp_options_write()
963 th->seq = htonl(tcb->seq); in tcp_transmit_skb()
964 th->ack_seq = htonl(tp->rcv_nxt); in tcp_transmit_skb()
3015 th->seq = htonl(TCP_SKB_CB(skb)->seq); in tcp_make_synack()
3017 th->ack_seq = htonl(tcp_rsk(req)->rcv_nxt); in tcp_make_synack()