| /kernel/linux/linux-5.10/net/netfilter/ipset/ |
| H A D | ip_set_hash_ipportip.c | 160 ip_to = ip = ntohl(e.ip); in hash_ipportip4_uadt() 183 ip = ntohl(h->next.ip); in hash_ipportip4_uadt() 185 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
|
| H A D | ip_set_hash_ipport.c | 153 ip_to = ip = ntohl(e.ip); in hash_ipport4_uadt() 176 ip = ntohl(h->next.ip); in hash_ipport4_uadt() 178 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nf_conntrack_ftp.c | 419 seq = ntohl(th->seq) + datalen; in help() 422 if (!find_nl_seq(ntohl(th->seq), ct_ftp_info, dir)) { in help() 473 matchlen, ntohl(th->seq) + matchoff); in help()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_rxtx.c | 223 ntohl(tcph->seq), ntohl(esph->seq_no)); in mlx5e_ipsec_set_metadata() 226 mdata->content.tx.seq = htons(ntohl(tcph->seq) & 0xFFFF); in mlx5e_ipsec_set_metadata()
|
| /kernel/linux/linux-6.6/include/net/sctp/ |
| H A D | sm.h | 384 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag) in sctp_vtag_verify() 420 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either() 422 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
|
| /kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
| H A D | tfc_sess.c | 367 fcp_parm = ntohl(rspp->spp_params); in ft_prli_locked() 400 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked() 406 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked()
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_synproxy.c | 65 ntohl(tcp->seq))) { in nft_synproxy_eval_v4() 96 ntohl(tcp->seq))) { in nft_synproxy_eval_v6() 165 flags = ntohl(nla_get_be32(tb[NFTA_SYNPROXY_FLAGS])); in nft_synproxy_do_init()
|
| H A D | nfnetlink_acct.c | 102 flags = ntohl(nla_get_be32(tb[NFACCT_FLAGS])); in nfnl_acct_new() 267 filter->mask = ntohl(nla_get_be32(tb[NFACCT_FILTER_MASK])); in nfnl_acct_start() 268 filter->value = ntohl(nla_get_be32(tb[NFACCT_FILTER_VALUE])); in nfnl_acct_start()
|
| H A D | nf_conntrack_ftp.c | 418 seq = ntohl(th->seq) + datalen; in help() 421 if (!find_nl_seq(ntohl(th->seq), ct_ftp_info, dir)) { in help() 472 matchlen, ntohl(th->seq) + matchoff); in help()
|
| H A D | nft_nat.c | 184 switch (ntohl(nla_get_be32(tb[NFTA_NAT_TYPE]))) { in nft_nat_init() 198 family = ntohl(nla_get_be32(tb[NFTA_NAT_FAMILY])); in nft_nat_init() 256 priv->flags |= ntohl(nla_get_be32(tb[NFTA_NAT_FLAGS])); in nft_nat_init()
|
| /kernel/linux/linux-6.6/net/rxrpc/ |
| H A D | call_event.c | 163 if (after(ntohl(txb->wire.serial), call->acks_highest_serial)) in rxrpc_resend() 200 before(ntohl(txb->wire.serial), ntohl(ack->serial))) in rxrpc_resend()
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | tcp_offload.c | 118 seq = ntohl(th->seq); in tcp_gso_segment() 267 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive()
|
| /kernel/linux/linux-6.6/net/netfilter/ipset/ |
| H A D | ip_set_hash_ipport.c | 165 ip_to = ip = ntohl(e.ip); in hash_ipport4_uadt() 188 ip = ntohl(h->next.ip); in hash_ipport4_uadt() 190 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
|
| H A D | ip_set_hash_ipportip.c | 161 ip_to = ip = ntohl(e.ip); in hash_ipportip4_uadt() 184 ip = ntohl(h->next.ip); in hash_ipportip4_uadt() 186 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
|
| /third_party/libwebsockets/lib/system/dhcpclient/ |
| H A D | dhcpc4.c | 328 r->is.sa46[which].sa4.sin_addr.s_addr = ntohl(lws_ser_ru32be(p)); in lws_sa46_set_ipv4() 462 r->is.nums[n] = ntohl(lws_ser_ru32be(p)); in lws_dhcpc4_parse() 474 m = (int)ntohl(r->is.nums[n]); in lws_dhcpc4_parse()
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | structures.c | 575 num_pairs = ntohl(num_pairs); in SPDYF_name_value_from_stream() 584 name_size = ntohl(name_size); in SPDYF_name_value_from_stream() 596 value_size = ntohl(value_size); in SPDYF_name_value_from_stream()
|
| /third_party/pulseaudio/src/modules/rtp/ |
| H A D | rtp-native.c | 280 header = ntohl(header); in pa_rtp_recv() 281 *rtp_tstamp = ntohl(*rtp_tstamp); in pa_rtp_recv() 282 ssrc = ntohl(c->ssrc); in pa_rtp_recv()
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
| H A D | device.c | 394 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 395 FW_RI_TPTE_STAGKEY_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 396 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 397 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 398 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)), in dump_stag() 399 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)), in dump_stag() 400 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag() 401 ((u64)ntohl(tpte.va_hi) << 32) | ntohl(tpt in dump_stag() [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.c | 479 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() 480 u32 rcv_isn = ntohl(req->rcv_isn); /* real RCV_ISN + 1 */ in do_act_establish() 509 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish() 630 csk, csk->state, csk->flags, csk->tid, ntohl(rpl->snd_nxt)); in do_close_con_rpl() 632 cxgbi_sock_rcv_close_conn_rpl(csk, ntohl(rpl->snd_nxt)); in do_close_con_rpl() 769 cxgbi_skcb_tcp_seq(skb) = ntohl(hdr_cpl->seq); in do_iscsi_hdr() 796 cxgbi_skcb_rx_ddigest(skb) = ntohl(ddp_cpl.ulp_crc); in do_iscsi_hdr() 797 status = ntohl(ddp_cpl.ddp_status); in do_iscsi_hdr() 826 csk->rcv_nxt = ntohl(ddp_cpl.seq) + cxgbi_skcb_rx_pdulen(skb); in do_iscsi_hdr() 856 cxgbi_sock_rcv_wr_ack(csk, ntohs(hdr->credits), ntohl(hd in do_wr_ack() [all...] |
| /kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
| H A D | device.c | 394 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 395 FW_RI_TPTE_STAGKEY_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 396 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 397 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)), in dump_stag() 398 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)), in dump_stag() 399 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)), in dump_stag() 400 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag() 401 ((u64)ntohl(tpte.va_hi) << 32) | ntohl(tpt in dump_stag() [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.c | 480 unsigned int atid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_act_establish() 481 u32 rcv_isn = ntohl(req->rcv_isn); /* real RCV_ISN + 1 */ in do_act_establish() 510 cxgbi_sock_established(csk, ntohl(req->snd_isn), ntohs(req->tcp_opt)); in do_act_establish() 631 csk, csk->state, csk->flags, csk->tid, ntohl(rpl->snd_nxt)); in do_close_con_rpl() 633 cxgbi_sock_rcv_close_conn_rpl(csk, ntohl(rpl->snd_nxt)); in do_close_con_rpl() 770 cxgbi_skcb_tcp_seq(skb) = ntohl(hdr_cpl->seq); in do_iscsi_hdr() 797 cxgbi_skcb_rx_ddigest(skb) = ntohl(ddp_cpl.ulp_crc); in do_iscsi_hdr() 798 status = ntohl(ddp_cpl.ddp_status); in do_iscsi_hdr() 827 csk->rcv_nxt = ntohl(ddp_cpl.seq) + cxgbi_skcb_rx_pdulen(skb); in do_iscsi_hdr() 857 cxgbi_sock_rcv_wr_ack(csk, ntohs(hdr->credits), ntohl(hd in do_wr_ack() [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
| H A D | nf-queue.c | 88 id = ntohl(ph->packet_id); in queue_cb() 103 skbinfo = ntohl(mnl_attr_get_u32(tb[NFQA_SKB_INFO])); in queue_cb()
|
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| H A D | uverbs_marshall.c | 142 dst->dlid = htons(ntohl(sa_path_get_dlid(src))); in __ib_copy_path_rec_to_user() 143 dst->slid = htons(ntohl(sa_path_get_slid(src))); in __ib_copy_path_rec_to_user()
|
| /kernel/linux/linux-5.10/drivers/net/usb/ |
| H A D | lg-vl600.c | 134 if (ntohl(frame->magic) != 0x53544448 && in vl600_rx_fixup() 135 ntohl(frame->magic) != 0x44544d48) in vl600_rx_fixup()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_clsf.c | 38 data.u.ipv4.src_addr = ntohl(keys->addrs.v4addrs.src); in enic_addfltr_5t() 39 data.u.ipv4.dst_addr = ntohl(keys->addrs.v4addrs.dst); in enic_addfltr_5t()
|