• Home
  • Raw
  • Download

Lines Matching refs:ntohl

745 		new_send->seq_num = ntohl(tcp_hdr(skb)->seq);  in schedule_nes_timer()
1416 neigh->ha, ntohl(rt->rt_gateway)); in nes_addr_resolve_neigh()
1864 err = ((ntohl(tcph->ack_seq) == cm_node->tcp_cntxt.loc_seq_num)) ? 0 : 1; in check_syn()
1881 seq = ntohl(tcph->seq); in check_seq()
1882 ack_seq = ntohl(tcph->ack_seq); in check_seq()
1914 inc_sequence = ntohl(tcph->seq); in handle_syn_pkt()
1975 inc_sequence = ntohl(tcph->seq); in handle_synack_pkt()
1982 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in handle_synack_pkt()
2000 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in handle_synack_pkt()
2006 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq); in handle_synack_pkt()
2039 inc_sequence = ntohl(tcph->seq); in handle_ack_pkt()
2048 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in handle_ack_pkt()
2068 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq); in handle_ack_pkt()
2588 nfo.loc_addr = ntohl(iph->daddr); in mini_cm_recv_pkt()
2590 nfo.rem_addr = ntohl(iph->saddr); in mini_cm_recv_pkt()
3274 ntohl(raddr->sin_addr.s_addr), ntohs(raddr->sin_port), in nes_accept()
3275 ntohl(laddr->sin_addr.s_addr), ntohs(laddr->sin_port), in nes_accept()
3381 ntohl(nesvnic->local_ipaddr), ntohl(raddr->sin_addr.s_addr), in nes_connect()
3382 ntohs(raddr->sin_port), ntohl(laddr->sin_addr.s_addr), in nes_connect()
3398 cm_info.loc_addr = ntohl(laddr->sin_addr.s_addr); in nes_connect()
3400 cm_info.rem_addr = ntohl(raddr->sin_addr.s_addr); in nes_connect()
3472 cm_info.loc_addr = ntohl(nesvnic->local_ipaddr); in nes_create_listen()
3609 nesqp->hwqp.qp_id, ntohl(raddr->sin_addr.s_addr), in cm_event_connected()