Searched refs:ntohl (Results 1 – 16 of 16) sorted by relevance
49 u32 w0 = ntohl(hdr->w[0]); in tipc_hdr_rps_key()
449 atomic64_set(&rx_ctx->resync_req, ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_request()459 atomic64_set(&rx_ctx->resync_async->req, ((u64)ntohl(seq) << 32) | in tls_offload_rx_resync_async_request_start()472 ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_async_request_end()
450 const u32 id = ntohl(*(__be32 *)&iph->id); in inet_gro_flush()451 const u32 id2 = ntohl(*(__be32 *)&iph2->id); in inet_gro_flush()
618 __u32 addr=ntohl(naddr); in ip_eth_mc_map()643 addr = ntohl(naddr); in ip_ib_mc_map()
843 return i * 32 + 31 - __fls(ntohl(xb)); in __ipv6_addr_diff32()1051 return ntohl(flowinfo & IPV6_TCLASS_MASK) >> IPV6_TCLASS_SHIFT; in ip6_tclass()
990 port = htons(ntohl(uli->gre_key) >> 16); in xfrm_flowi_sport()1014 port = htons(ntohl(uli->gre_key) & 0xffff); in xfrm_flowi_dport()
821 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()
22 seq_nr = (seq_nr << 32) + ntohl(dccp_hdrx(dh)->dccph_seq_low); in dccp_hdr_seq()
219 hmask = ntohl(mask); in bad_mask()307 __u32 hmask = ntohl(mask); in inet_mask_len()
129 #undef ntohl140 #define ntohl(x) ___ntohl(x) macro
13 #define LOAD32(buffer, offset) (ntohl(*(uint32_t *)&buffer[offset]))
383 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag) in sctp_vtag_verify()419 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()421 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
46 __entry->flowlabel = ntohl(flowi6_get_flowlabel(flp));
1397 ntohl(__entry->whdr.epoch),1398 ntohl(__entry->whdr.cid),1399 ntohl(__entry->whdr.callNumber),1401 ntohl(__entry->whdr.serial),1402 ntohl(__entry->whdr.seq),
354 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4()392 return ntohl(nla_get_be32(attr)); in ip_set_get_h32()
238 ib->ib.dlid = htons(ntohl(opa->opa.dlid)); in path_conv_opa_to_ib()239 ib->ib.slid = htons(ntohl(opa->opa.slid)); in path_conv_opa_to_ib()
Completed in 50 milliseconds