Home
last modified time | relevance | path

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

/include/net/
A Dtipc.h49 u32 w0 = ntohl(hdr->w[0]); in tipc_hdr_rps_key()
A Dtls.h449 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()
A Dgro.h450 const u32 id = ntohl(*(__be32 *)&iph->id); in inet_gro_flush()
451 const u32 id2 = ntohl(*(__be32 *)&iph2->id); in inet_gro_flush()
A Dip.h618 __u32 addr=ntohl(naddr); in ip_eth_mc_map()
643 addr = ntohl(naddr); in ip_ib_mc_map()
A Dipv6.h843 return i * 32 + 31 - __fls(ntohl(xb)); in __ipv6_addr_diff32()
1051 return ntohl(flowinfo & IPV6_TCLASS_MASK) >> IPV6_TCLASS_SHIFT; in ip6_tclass()
A Dxfrm.h990 port = htons(ntohl(uli->gre_key) >> 16); in xfrm_flowi_sport()
1014 port = htons(ntohl(uli->gre_key) & 0xffff); in xfrm_flowi_dport()
A Dtcp.h821 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()
/include/linux/
A Ddccp.h22 seq_nr = (seq_nr << 32) + ntohl(dccp_hdrx(dh)->dccph_seq_low); in dccp_hdr_seq()
A Dinetdevice.h219 hmask = ntohl(mask); in bad_mask()
307 __u32 hmask = ntohl(mask); in inet_mask_len()
/include/linux/byteorder/
A Dgeneric.h129 #undef ntohl
140 #define ntohl(x) ___ntohl(x) macro
/include/keys/
A Dtrusted_tpm.h13 #define LOAD32(buffer, offset) (ntohl(*(uint32_t *)&buffer[offset]))
/include/net/sctp/
A Dsm.h383 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()
/include/trace/events/
A Dfib6.h46 __entry->flowlabel = ntohl(flowi6_get_flowlabel(flp));
A Drxrpc.h1397 ntohl(__entry->whdr.epoch),
1398 ntohl(__entry->whdr.cid),
1399 ntohl(__entry->whdr.callNumber),
1401 ntohl(__entry->whdr.serial),
1402 ntohl(__entry->whdr.seq),
/include/linux/netfilter/ipset/
A Dip_set.h354 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4()
392 return ntohl(nla_get_be32(attr)); in ip_set_get_h32()
/include/rdma/
A 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()

Completed in 48 milliseconds