summaryrefslogtreecommitdiff
path: root/trie.h
blob: c46399192032ebea0449cdba82e3b5dcc9815eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef TRIE_H
#define TRIE_H

#include <netinet/in.h>

extern void trie_addr_lookup(char *buff, size_t len, int ipv4, int *fd,
			     struct sockaddr_storage *addr, size_t *alen);
extern int trie_addr_maybe_update(char *buff, size_t len, int ipv4, int fd,
				  struct sockaddr_storage *addr, size_t alen);
extern void trie_addr_remove(int fd);
extern void trie_addr_remove_addr(struct sockaddr_storage *addr, size_t alen);
extern void trie_init(void);
extern void trie_cleanup(void);

#endif /* TRIE_H */
tion value='0' selected='selected'>includemode:
authorNaga Venkata Sai Indubhaskar Jupudi <njupudi@ucsc.edu>2016-02-09 14:10:16 -0800
committerBjorn Helgaas <bhelgaas@google.com>2016-02-29 12:03:19 -0600
commit6ca7227b3e24e4ba445464779a66558a8b9e0617 (patch)
tree31d4cb68b3481a322e6de85fcfc1d249a39faec3 /Documentation/devicetree/bindings
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
PCI: Fix broken URL for Dell biosdevname
Dell developed a way to consistently name devices, and their last proposal was accepted under the name biosdevname. Fix a broken URL to biosdevname documentation. Signed-off-by: Naga Venkata Sai Indubhaskar Jupudi <njupudi@ucsc.edu> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/devicetree/bindings')