| /net/batman-adv/ |
| D | hash.c | 26 static void batadv_hash_init(struct batadv_hashtable *hash) in batadv_hash_init() 37 void batadv_hash_destroy(struct batadv_hashtable *hash) in batadv_hash_destroy() 47 struct batadv_hashtable *hash; in batadv_hash_new() local 73 void batadv_hash_set_lock_class(struct batadv_hashtable *hash, in batadv_hash_set_lock_class()
|
| D | originator.h | 97 u32 hash = 0; in batadv_choose_orig() local 106 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find() local
|
| D | bridge_loop_avoidance.c | 81 u32 hash = 0; in batadv_choose_claim() local 99 u32 hash = 0; in batadv_choose_backbone_gw() local 227 struct batadv_hashtable *hash = bat_priv->bla.claim_hash; in batadv_claim_hash_find() local 267 struct batadv_hashtable *hash = bat_priv->bla.backbone_hash; in batadv_backbone_hash_find() local 306 struct batadv_hashtable *hash; in batadv_bla_del_backbone_claims() local 602 struct batadv_hashtable *hash; in batadv_bla_answer_request() local 1231 struct batadv_hashtable *hash; in batadv_bla_purge_backbone_gw() local 1286 struct batadv_hashtable *hash; in batadv_bla_purge_claims() local 1341 struct batadv_hashtable *hash; in batadv_bla_update_orig_address() local 1439 struct batadv_hashtable *hash; in batadv_bla_periodic_work() local [all …]
|
| D | hash.h | 75 static inline int batadv_hash_add(struct batadv_hashtable *hash, in batadv_hash_add() 121 static inline void *batadv_hash_remove(struct batadv_hashtable *hash, in batadv_hash_remove()
|
| D | network-coding.c | 404 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_purge_orig_hash() local 435 struct batadv_hashtable *hash, in batadv_nc_purge_paths() 506 u32 hash = 0; in batadv_nc_hash_choose() local 548 batadv_nc_hash_find(struct batadv_hashtable *hash, in batadv_nc_hash_find() 676 struct batadv_hashtable *hash, in batadv_nc_process_nc_paths() 961 struct batadv_hashtable *hash, in batadv_nc_get_path() 1286 struct batadv_hashtable *hash = bat_priv->nc.coding_hash; in batadv_nc_path_search() local 1753 struct batadv_hashtable *hash = bat_priv->nc.decoding_hash; in batadv_nc_find_decoding_packet() local 1907 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_nodes_seq_print_text() local
|
| D | translation-table.c | 118 u32 hash = 0; in batadv_choose_tt() local 137 batadv_tt_hash_find(struct batadv_hashtable *hash, const u8 *addr, in batadv_tt_hash_find() 1081 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_seq_print_text() local 1252 struct batadv_hashtable *hash; in batadv_tt_local_dump() local 1433 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge() local 1450 struct batadv_hashtable *hash; in batadv_tt_local_table_free() local 1969 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_seq_print_text() local 2164 struct batadv_hashtable *hash; in batadv_tt_global_dump() local 2423 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_del_orig() local 2489 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_purge() local [all …]
|
| D | originator.c | 931 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free() local 1294 struct batadv_hashtable *hash = bat_priv->orig_hash; in _batadv_purge_orig() local 1507 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_add_if() local 1541 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_del_if() local
|
| D | distributed-arp-table.c | 243 u32 hash = 0; in batadv_hash_dat() local 286 struct batadv_hashtable *hash = bat_priv->dat.hash; in batadv_dat_entry_hash_find() local 522 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_choose_next_candidate() local 812 struct batadv_hashtable *hash = bat_priv->dat.hash; in batadv_dat_cache_seq_print_text() local
|
| /net/netfilter/ipvs/ |
| D | ip_vs_proto.c | 51 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_protocol() local 68 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_proto_netns() local 99 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in unregister_ip_vs_protocol() local 121 unsigned int hash = IP_VS_PROTO_HASH(pd->pp->protocol); in unregister_ip_vs_proto_netns() local 143 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_get() local 161 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_data_get() local
|
| D | ip_vs_conn.c | 170 unsigned int hash; in ip_vs_conn_hash() local 206 unsigned int hash; in ip_vs_conn_unhash() local 234 unsigned int hash; in ip_vs_conn_unlink() local 269 unsigned int hash; in __ip_vs_conn_in_get() local 355 unsigned int hash; in ip_vs_ct_in_get() local 407 unsigned int hash; in ip_vs_conn_out_get() local 1286 unsigned int hash = prandom_u32() & ip_vs_conn_tab_mask; in ip_vs_random_dropentry() local
|
| D | ip_vs_sh.c | 111 unsigned int hash = ip_vs_sh_hashkey(svc->af, addr, port, 0); in ip_vs_sh_get() local 129 unsigned int hash, ihash; in ip_vs_sh_get_fallback() local
|
| D | ip_vs_proto_udp.c | 364 __u16 hash; in udp_register_app() local 398 int hash; in udp_app_conn_bind() local
|
| /net/ceph/crush/ |
| D | hash.c | 29 __u32 hash = crush_hash_seed ^ a; in crush_hash32_rjenkins1() local 40 __u32 hash = crush_hash_seed ^ a ^ b; in crush_hash32_rjenkins1_2() local 51 __u32 hash = crush_hash_seed ^ a ^ b ^ c; in crush_hash32_rjenkins1_3() local 64 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d; in crush_hash32_rjenkins1_4() local 79 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d ^ e; in crush_hash32_rjenkins1_5() local
|
| /net/netfilter/ |
| D | nf_conntrack_core.c | 214 static u32 scale_hash(u32 hash) in scale_hash() 479 unsigned int hash, reply_hash; in nf_ct_delete_from_lists() local 577 const struct nf_conntrack_tuple *tuple, u32 hash) in ____nf_conntrack_find() 619 const struct nf_conntrack_tuple *tuple, u32 hash) in __nf_conntrack_find_get() 654 unsigned int hash, in __nf_conntrack_hash_insert() 668 unsigned int hash, reply_hash; in nf_conntrack_hash_check_insert() local 776 unsigned int hash, reply_hash; in __nf_conntrack_confirm() local 906 unsigned int hash, hsize; in nf_conntrack_tuple_taken() local 1008 static noinline int early_drop(struct net *net, unsigned int hash) in early_drop() 1177 gfp_t gfp, u32 hash) in __nf_conntrack_alloc() [all …]
|
| D | xt_cluster.c | 45 u_int32_t hash = 0; in xt_cluster_hash() local 96 unsigned long hash; in xt_cluster_mt() local
|
| D | nft_set_hash.c | 399 u32 hash; in nft_hash_lookup() local 429 u32 hash, k1, k2; in nft_hash_lookup_fast() local 449 u32 hash, k1; in nft_jhash() local 469 u32 hash; in nft_hash_insert() local 508 u32 hash; in nft_hash_deactivate() local
|
| /net/ipv4/ |
| D | tcp_metrics.c | 151 unsigned int hash) in tcpm_new() 215 struct net *net, unsigned int hash) in __tcp_get_metrics() 236 unsigned int hash; in __tcp_get_metrics_req() local 279 unsigned int hash; in tcp_get_metrics() local 790 unsigned int *hash, int optional, int v4, int v6) in __parse_nl_addr() 817 unsigned int *hash, int optional) in parse_nl_addr() 835 unsigned int hash; in tcp_metrics_nl_cmd_get() local 916 unsigned int hash; in tcp_metrics_nl_cmd_del() local
|
| D | fib_semantics.c | 162 struct fnhe_hash_bucket *hash; in free_nh_exceptions() local 313 unsigned int hash; in fib_find_info() local 345 unsigned int hash; in ip_fib_check_default() local 932 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free() 1318 unsigned int hash; in fib_create_info() local 1472 unsigned int hash = fib_laddr_hashfn(local); in fib_sync_down_addr() local 1563 unsigned int hash = fib_devindex_hashfn(dev->ifindex); in fib_sync_mtu() local 1584 unsigned int hash = fib_devindex_hashfn(dev->ifindex); in fib_sync_down_dev() local 1727 unsigned int hash; in fib_sync_up() local 1805 void fib_select_multipath(struct fib_result *res, int hash) in fib_select_multipath()
|
| /net/appletalk/ |
| D | aarp.c | 419 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_remove() local 435 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in __aarp_proxy_find() local 489 int hash, retval = -EPROTONOSUPPORT; in aarp_proxy_probe_network() local 553 int hash; in aarp_send_ddp() local 692 int hash) in __aarp_resolved() 723 int hash, ret = 0; in aarp_rcv() local
|
| /net/ipv6/ |
| D | inet6_hashtables.c | 67 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport); in __inet6_lookup_established() local 135 unsigned int hash = inet_lhashfn(net, hnum); in inet6_lookup_listener() local 198 const unsigned int hash = inet6_ehashfn(net, daddr, lport, saddr, in __inet6_check_established() local
|
| /net/core/ |
| D | secure_seq.c | 88 u32 hash; in secure_tcpv6_seq() local 135 u32 hash; in secure_tcp_seq() local
|
| /net/openvswitch/ |
| D | vport.c | 70 unsigned int hash = jhash(name, strlen(name), (unsigned long) net); in hash_bucket() local 417 u32 hash; in ovs_vport_find_upcall_portid() local
|
| /net/ceph/ |
| D | ceph_hash.c | 86 unsigned long hash = 0; in ceph_str_hash_linux() local
|
| /net/unix/ |
| D | af_unix.c | 131 unsigned long hash = (unsigned long)addr; in unix_sockets_unbound() local 177 unsigned int hash = (__force unsigned int)csum_fold(n); in unix_hash_fold() local 278 int len, int type, unsigned int hash) in __unix_find_socket_byname() 300 unsigned int hash) in unix_find_socket_byname() 920 int type, unsigned int hash, int *error) in unix_find_other() 1010 unsigned int hash; in unix_bind() local 1125 unsigned int hash; in unix_dgram_connect() local 1229 unsigned int hash; in unix_stream_connect() local 1659 unsigned int hash; in unix_dgram_sendmsg() local
|
| /net/sched/ |
| D | sch_sfb.c | 133 u32 hash = sfbhash & SFB_BUCKET_MASK; in increment_one_qlen() local 162 u32 hash = sfbhash & SFB_BUCKET_MASK; in decrement_one_qlen() local 332 u32 hash = sfbhash & SFB_BUCKET_MASK; in sfb_enqueue() local 365 u32 hash = sfbhash & SFB_BUCKET_MASK; in sfb_enqueue() local
|