Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 15 of 15) sorted by relevance

/include/net/
Dtipc.h49 u32 w0 = ntohl(hdr->w[0]); in tipc_hdr_rps_key()
Dtls.h463 atomic64_set(&rx_ctx->resync_req, ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_request()
473 atomic64_set(&rx_ctx->resync_async->req, ((u64)ntohl(seq) << 32) | in tls_offload_rx_resync_async_request_start()
486 ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_async_request_end()
Dip.h582 __u32 addr=ntohl(naddr); in ip_eth_mc_map()
607 addr = ntohl(naddr); in ip_ib_mc_map()
Dipv6.h816 return i * 32 + 31 - __fls(ntohl(xb)); in __ipv6_addr_diff32()
1023 return ntohl(flowinfo & IPV6_TCLASS_MASK) >> IPV6_TCLASS_SHIFT; in ip6_tclass()
Dxfrm.h868 port = htons(ntohl(uli->gre_key) >> 16); in xfrm_flowi_sport()
892 port = htons(ntohl(uli->gre_key) & 0xffff); in xfrm_flowi_dport()
Dtcp.h715 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()
/include/linux/byteorder/
Dgeneric.h129 #undef ntohl
140 #define ntohl(x) ___ntohl(x) macro
/include/keys/
Dtrusted_tpm.h15 #define LOAD32(buffer, offset) (ntohl(*(uint32_t *)&buffer[offset]))
/include/linux/
Ddccp.h99 seq_nr = (seq_nr << 32) + ntohl(dccp_hdrx(dh)->dccph_seq_low); in dccp_hdr_seq()
121 return ((u64)ntohs(dhack->dccph_ack_nr_high) << 32) + ntohl(dhack->dccph_ack_nr_low); in dccp_hdr_ack_seq()
Dinetdevice.h217 hmask = ntohl(mask); in bad_mask()
296 __u32 hmask = ntohl(mask); in inet_mask_len()
/include/net/sctp/
Dsm.h387 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag) in sctp_vtag_verify()
423 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
425 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
/include/linux/netfilter/ipset/
Dip_set.h361 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4()
399 return ntohl(nla_get_be32(attr)); in ip_set_get_h32()
/include/rdma/
Dib_sa.h238 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()
/include/trace/events/
Drxrpc.h748 ntohl(__entry->whdr.epoch),
749 ntohl(__entry->whdr.cid),
750 ntohl(__entry->whdr.callNumber),
752 ntohl(__entry->whdr.serial),
753 ntohl(__entry->whdr.seq),
/include/linux/sunrpc/
Dsvc.h203 return ntohl(val); in svc_getnl()