| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nf_conntrack_netlink.c | 925 filter->mark.val = ntohl(nla_get_be32(cda[CTA_MARK])); in ctnetlink_alloc_filter() 927 filter->mark.mask = ntohl(nla_get_be32(cda[CTA_MARK_MASK])); in ctnetlink_alloc_filter() 1846 unsigned int status = ntohl(nla_get_be32(cda[CTA_STATUS])); in ctnetlink_change_status() 1957 u64 timeout = (u64)ntohl(nla_get_be32(cda[CTA_TIMEOUT])) * HZ; in ctnetlink_change_timeout() 1976 mask = ~ntohl(nla_get_be32(cda[CTA_MARK_MASK])); in ctnetlink_change_mark() 1978 mark = ntohl(nla_get_be32(cda[CTA_MARK])); in ctnetlink_change_mark() 2032 ntohl(nla_get_be32(cda[CTA_SEQADJ_CORRECTION_POS])); in change_seq_adj() 2038 ntohl(nla_get_be32(cda[CTA_SEQADJ_OFFSET_BEFORE])); in change_seq_adj() 2044 ntohl(nla_get_be32(cda[CTA_SEQADJ_OFFSET_AFTER])); in change_seq_adj() 2112 synproxy->isn = ntohl(nla_get_be3 in ctnetlink_change_synproxy() [all...] |
| H A D | xt_esp.c | 56 return spi_match(espinfo->spis[0], espinfo->spis[1], ntohl(eh->spi), in esp_mt()
|
| H A D | nfnetlink_acct.c | 91 flags = ntohl(nla_get_be32(tb[NFACCT_FLAGS])); in nfnl_acct_new() 255 filter->mask = ntohl(nla_get_be32(tb[NFACCT_FILTER_MASK])); in nfnl_acct_start() 256 filter->value = ntohl(nla_get_be32(tb[NFACCT_FILTER_VALUE])); in nfnl_acct_start()
|
| H A D | nft_nat.c | 183 switch (ntohl(nla_get_be32(tb[NFTA_NAT_TYPE]))) { in nft_nat_init() 197 family = ntohl(nla_get_be32(tb[NFTA_NAT_FAMILY])); in nft_nat_init() 255 priv->flags |= ntohl(nla_get_be32(tb[NFTA_NAT_FLAGS])); in nft_nat_init()
|
| 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()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun.c | 555 ntohl(match.mask->src)); in mlx5e_tc_tun_parse() 558 ntohl(match.key->src)); in mlx5e_tc_tun_parse() 562 ntohl(match.mask->dst)); in mlx5e_tc_tun_parse() 565 ntohl(match.key->dst)); in mlx5e_tc_tun_parse()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_fdir.c | 736 ntohl(fltr->ip_data.spi)); in iavf_print_fdir_fltr() 744 ntohl(fltr->ip_data.l4_header)); in iavf_print_fdir_fltr() 764 ntohl(fltr->ip_data.spi)); in iavf_print_fdir_fltr() 772 ntohl(fltr->ip_data.l4_header)); in iavf_print_fdir_fltr()
|
| /kernel/linux/linux-6.6/net/netfilter/ipset/ |
| H A D | ip_set_hash_netnet.c | 218 e.ip[0] = htonl(ip & ntohl(h->bitmask.ip) & ip_set_hostmask(e.cidr[0])); in hash_netnet4_uadt() 219 e.ip[1] = htonl(ip2_from & ntohl(h->bitmask.ip) & ip_set_hostmask(e.cidr[1])); in hash_netnet4_uadt() 252 ip = ntohl(h->next.ip[0]); in hash_netnet4_uadt() 253 ip2 = ntohl(h->next.ip[1]); in hash_netnet4_uadt()
|
| /kernel/linux/linux-5.10/drivers/mtd/maps/ |
| H A D | uclinux.c | 80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init()
|
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | act_meta_mark.c | 33 skb->mark = ntohl(ifemark); in skbmark_decode()
|
| /kernel/linux/linux-5.10/net/ipv4/netfilter/ |
| H A D | ipt_ah.c | 51 ntohl(ah->spi), in ah_mt()
|
| /kernel/linux/linux-6.6/drivers/mtd/maps/ |
| H A D | uclinux.c | 80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init()
|
| /kernel/linux/linux-6.6/include/keys/ |
| H A D | trusted_tpm.h | 15 #define LOAD32(buffer, offset) (ntohl(*(uint32_t *)&buffer[offset]))
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | xt_esp.c | 56 return spi_match(espinfo->spis[0], espinfo->spis[1], ntohl(eh->spi), in esp_mt()
|
| H A D | nf_nat_irc.c | 72 snprintf(buffer, sizeof(buffer), "%u %u", ntohl(newaddr.ip), port); in help()
|
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | act_meta_mark.c | 33 skb->mark = ntohl(ifemark); in skbmark_decode()
|
| /kernel/linux/linux-6.6/net/ipv4/netfilter/ |
| H A D | ipt_ah.c | 51 ntohl(ah->spi), in ah_mt()
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_net.h | 131 # define ngtcp2_ntohl ntohl
|
| /third_party/toybox/toys/pending/ |
| H A D | dumpleases.c | 59 exp = ntohl(lease_struct.expires) + written_time; in dumpleases_main()
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/ |
| H A D | rtcp.cpp | 156 return ntohl(ssrc_); in GetSsrc() 167 return ntohl(packetCount_); in GetPacketCount() 351 ret.emplace_back(ntohl(ssrc_[i]));
|
| /kernel/linux/linux-5.10/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-5.10/net/rxrpc/ |
| H A D | conn_event.c | 137 ntohl(pkt.ack.firstPacket), in rxrpc_conn_retransmit_call() 138 ntohl(pkt.ack.serial), in rxrpc_conn_retransmit_call() 325 abort_code = ntohl(wtmp); in rxrpc_process_event()
|
| /kernel/linux/linux-5.10/include/net/sctp/ |
| H A D | sm.h | 380 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify() 415 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either() 417 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | nfs2acl.c | 200 argp->mask = ntohl(*p); p++; in nfsaclsvc_decode_getaclargs() 216 argp->mask = ntohl(*p++); in nfsaclsvc_decode_setaclargs() 249 argp->access = ntohl(*p++); in nfsaclsvc_decode_accessargs()
|
| H A D | nfsfh.c | 189 fh->fh_fsid[0] = new_encode_dev(MKDEV(ntohl((__force __be32)fh->fh_fsid[0]), in nfsd_set_fh_dentry() 190 ntohl((__force __be32)fh->fh_fsid[1]))); in nfsd_set_fh_dentry() 399 access, ntohl(error)); in fh_verify()
|