| /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 | hash.h | 68 static inline void batadv_hash_delete(struct batadv_hashtable *hash, in batadv_hash_delete() 105 static inline int batadv_hash_add(struct batadv_hashtable *hash, in batadv_hash_add() 151 static inline void *batadv_hash_remove(struct batadv_hashtable *hash, in batadv_hash_remove()
|
| 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 603 struct batadv_hashtable *hash; in batadv_bla_answer_request() local 1219 struct batadv_hashtable *hash; in batadv_bla_purge_backbone_gw() local 1274 struct batadv_hashtable *hash; in batadv_bla_purge_claims() local 1326 struct batadv_hashtable *hash; in batadv_bla_update_orig_address() local 1424 struct batadv_hashtable *hash; in batadv_bla_periodic_work() local [all …]
|
| D | network-coding.c | 399 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_purge_orig_hash() local 430 struct batadv_hashtable *hash, in batadv_nc_purge_paths() 501 u32 hash = 0; in batadv_nc_hash_choose() local 543 batadv_nc_hash_find(struct batadv_hashtable *hash, in batadv_nc_hash_find() 671 struct batadv_hashtable *hash, in batadv_nc_process_nc_paths() 953 struct batadv_hashtable *hash, in batadv_nc_get_path() 1278 struct batadv_hashtable *hash = bat_priv->nc.coding_hash; in batadv_nc_path_search() local 1745 struct batadv_hashtable *hash = bat_priv->nc.decoding_hash; in batadv_nc_find_decoding_packet() local 1896 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_nodes_seq_print_text() local
|
| D | translation-table.c | 119 u32 hash = 0; in batadv_choose_tt() local 138 batadv_tt_hash_find(struct batadv_hashtable *hash, const u8 *addr, in batadv_tt_hash_find() 1055 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_seq_print_text() local 1226 struct batadv_hashtable *hash; in batadv_tt_local_dump() local 1403 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge() local 1420 struct batadv_hashtable *hash; in batadv_tt_local_table_free() local 1890 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_seq_print_text() local 2084 struct batadv_hashtable *hash; in batadv_tt_global_dump() local 2341 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_del_orig() local 2407 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_purge() local [all …]
|
| D | distributed-arp-table.c | 242 u32 hash = 0; in batadv_hash_dat() local 283 struct batadv_hashtable *hash = bat_priv->dat.hash; in batadv_dat_entry_hash_find() local 520 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_choose_next_candidate() local 810 struct batadv_hashtable *hash = bat_priv->dat.hash; in batadv_dat_cache_seq_print_text() local
|
| D | originator.c | 926 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free() local 1289 struct batadv_hashtable *hash = bat_priv->orig_hash; in _batadv_purge_orig() local 1502 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_add_if() local 1536 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_del_if() local
|
| /net/core/ |
| D | secure_seq.c | 47 u32 hash[MD5_DIGEST_WORDS]; in secure_tcpv6_sequence_number() local 69 u32 hash[MD5_DIGEST_WORDS]; in secure_ipv6_port_ephemeral() local 92 u32 hash[MD5_DIGEST_WORDS]; in secure_tcp_sequence_number() local 107 u32 hash[MD5_DIGEST_WORDS]; in secure_ipv4_port_ephemeral() local 126 u32 hash[MD5_DIGEST_WORDS]; in secure_dccp_sequence_number() local 150 u32 hash[MD5_DIGEST_WORDS]; in secure_dccpv6_sequence_number() local
|
| /net/ceph/crush/ |
| D | hash.c | 28 __u32 hash = crush_hash_seed ^ a; in crush_hash32_rjenkins1() local 39 __u32 hash = crush_hash_seed ^ a ^ b; in crush_hash32_rjenkins1_2() local 50 __u32 hash = crush_hash_seed ^ a ^ b ^ c; in crush_hash32_rjenkins1_3() local 63 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d; in crush_hash32_rjenkins1_4() local 78 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d ^ e; in crush_hash32_rjenkins1_5() 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 | 368 __u16 hash; in udp_register_app() local 402 int hash; in udp_app_conn_bind() local
|
| /net/netfilter/ |
| D | nf_conntrack_core.c | 214 static u32 scale_hash(u32 hash) in scale_hash() 429 unsigned int hash, reply_hash; in nf_ct_delete_from_lists() local 515 const struct nf_conntrack_tuple *tuple, u32 hash) in ____nf_conntrack_find() 557 const struct nf_conntrack_tuple *tuple, u32 hash) in __nf_conntrack_find_get() 592 unsigned int hash, in __nf_conntrack_hash_insert() 606 unsigned int hash, reply_hash; in nf_conntrack_hash_check_insert() local 712 unsigned int hash, reply_hash; in __nf_conntrack_confirm() local 835 unsigned int hash, hsize; in nf_conntrack_tuple_taken() local 927 unsigned int hash, hsize, drops; in early_drop() local 1041 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
|
| /net/ipv4/ |
| D | tcp_metrics.c | 154 unsigned int hash) in tcpm_new() 218 struct net *net, unsigned int hash) in __tcp_get_metrics() 239 unsigned int hash; in __tcp_get_metrics_req() local 280 unsigned int hash; in __tcp_get_metrics_tw() local 324 unsigned int hash; in tcp_get_metrics() local 940 unsigned int *hash, int optional, int v4, int v6) in __parse_nl_addr() 967 unsigned int *hash, int optional) in parse_nl_addr() 985 unsigned int hash; in tcp_metrics_nl_cmd_get() local 1066 unsigned int hash; in tcp_metrics_nl_cmd_del() local
|
| D | fib_semantics.c | 160 struct fnhe_hash_bucket *hash; in free_nh_exceptions() local 308 unsigned int hash; in fib_find_info() local 340 unsigned int hash; in ip_fib_check_default() local 858 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free() 1209 unsigned int hash; in fib_create_info() local 1357 unsigned int hash = fib_laddr_hashfn(local); in fib_sync_down_addr() local 1389 unsigned int hash = fib_devindex_hashfn(dev->ifindex); in fib_sync_down_dev() local 1530 unsigned int hash; in fib_sync_up() local 1607 void fib_select_multipath(struct fib_result *res, int hash) in fib_select_multipath()
|
| D | inet_fragment.c | 250 unsigned int seq, hash; in get_frag_bucket_locked() local 394 unsigned int hash) in inet_frag_find()
|
| /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 131 unsigned int hash = inet_lhashfn(net, hnum); in inet6_lookup_listener() local 192 const unsigned int hash = inet6_ehashfn(net, daddr, lport, saddr, in __inet6_check_established() local
|
| /net/ceph/ |
| D | ceph_hash.c | 86 unsigned long hash = 0; in ceph_str_hash_linux() 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/unix/ |
| D | af_unix.c | 130 unsigned long hash = (unsigned long)addr; in unix_sockets_unbound() local 176 unsigned int hash = (__force unsigned int)csum_fold(n); in unix_hash_fold() local 275 int len, int type, unsigned int hash) in __unix_find_socket_byname() 297 unsigned int hash) in unix_find_socket_byname() 905 int type, unsigned int hash, int *error) in unix_find_other() 995 unsigned int hash; in unix_bind() local 1110 unsigned int hash; in unix_dgram_connect() local 1214 unsigned int hash; in unix_stream_connect() local 1646 unsigned int hash; in unix_dgram_sendmsg() local
|
| /net/sched/ |
| D | sch_sfb.c | 131 u32 hash = sfbhash & SFB_BUCKET_MASK; in increment_one_qlen() local 160 u32 hash = sfbhash & SFB_BUCKET_MASK; in decrement_one_qlen() local 328 u32 hash = sfbhash & SFB_BUCKET_MASK; in sfb_enqueue() local 361 u32 hash = sfbhash & SFB_BUCKET_MASK; in sfb_enqueue() local
|