Lines Matching defs:entry

334 	struct name_entry 	*entry;
382 entry = smb_netbios_cache_lookup(name);
383 if (entry) {
391 * Such an entry will not be used for
397 entry->attributes |= NAME_ATTR_CONFLICT;
400 entry->name);
401 smb_netbios_cache_unlock_entry(entry);
416 if ((entry = smb_netbios_cache_lookup(question->name)) != 0) {
417 addr = &entry->addr_list;
423 } while (addr != &entry->addr_list);
424 smb_netbios_cache_unlock_entry(entry);
1324 struct name_packet *original_packet, struct name_entry *entry,
1346 answer.name = entry;
1348 answer.ttl = entry->addr_list.ttl;
1357 raddr = &entry->addr_list;
1360 attr = entry->attributes & (NAME_ATTR_GROUP |
1372 } while (raddr != &entry->addr_list);
1835 struct name_entry *entry;
1856 if ((entry = smb_netbios_cache_lookup_addr(name)) != 0) {
1857 smb_netbios_cache_update_entry(entry, question->name);
1858 smb_netbios_cache_unlock_entry(entry);
1868 * based on the type of question entry.
1871 /* All query requests have to have question entry */
1877 if ((entry = smb_netbios_cache_lookup(name)) != 0) {
1879 packet, entry, 0);
1880 smb_netbios_cache_unlock_entry(entry);
1890 entry = 0;
1892 ((entry = smb_netbios_cache_lookup(name)) != 0)) {
1893 if (entry)
1894 smb_netbios_cache_unlock_entry(entry);
1915 struct name_entry *entry;
1943 if ((entry = smb_netbios_cache_lookup(name)) != 0) {
1944 smb_netbios_cache_update_entry(entry, name);
1945 smb_netbios_cache_unlock_entry(entry);
1957 * based on the type of question entry.
1960 /* All query requests have to have question entry */
1966 if ((entry = smb_netbios_cache_lookup(name)) != 0) {
1972 packet, entry, 0);
1973 smb_netbios_cache_unlock_entry(entry);
1989 entry = 0;
1991 ((entry = smb_netbios_cache_lookup(name)) != 0)) {
1997 if (entry)
1998 smb_netbios_cache_unlock_entry(entry);
2038 struct name_entry *entry;
2050 entry = smb_name_find_name(name);
2051 smb_name_unlock_name(entry);