Searched refs:hash_add (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/net/batman-adv/ |
D | hash.h | 91 static inline int hash_add(struct hashtable_t *hash, in hash_add() function
|
D | vis.c | 467 hash_added = hash_add(bat_priv->vis_hash, vis_info_cmp, vis_info_choose, in add_packet() 920 hash_added = hash_add(bat_priv->vis_hash, vis_info_cmp, vis_info_choose, in vis_init()
|
D | originator.c | 254 hash_added = hash_add(bat_priv->orig_hash, compare_orig, in get_orig_node()
|
D | translation-table.c | 218 hash_added = hash_add(bat_priv->tt_local_hash, compare_tt, choose_orig, in tt_local_add() 521 hash_added = hash_add(bat_priv->tt_global_hash, compare_tt, in tt_global_add()
|
/linux-3.4.99/drivers/net/ |
D | macvlan.c | 314 goto hash_add; in macvlan_open() 330 hash_add: in macvlan_open()
|
/linux-3.4.99/drivers/net/ethernet/ti/ |
D | davinci_emac.c | 732 static int hash_add(struct emac_priv *priv, u8 *mac_addr) in hash_add() function 824 update = hash_add(priv, mac_addr); in emac_add_mcast()
|