#include <linux/module.h>
#include <linux/random.h>
#include <net/inet_connection_sock.h>
#include <net/inet_hashtables.h>
#include <net/inet6_hashtables.h>
#include <net/secure_seq.h>
#include <net/ip.h>
Go to the source code of this file.
|
int | __inet6_hash (struct sock *sk, struct inet_timewait_sock *tw) |
|
| EXPORT_SYMBOL (__inet6_hash) |
|
struct sock * | __inet6_lookup_established (struct net *net, struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif) |
|
| EXPORT_SYMBOL (__inet6_lookup_established) |
|
struct sock * | inet6_lookup_listener (struct net *net, struct inet_hashinfo *hashinfo, const struct in6_addr *daddr, const unsigned short hnum, const int dif) |
|
| EXPORT_SYMBOL_GPL (inet6_lookup_listener) |
|
struct sock * | inet6_lookup (struct net *net, struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const __be16 dport, const int dif) |
|
| EXPORT_SYMBOL_GPL (inet6_lookup) |
|
int | inet6_hash_connect (struct inet_timewait_death_row *death_row, struct sock *sk) |
|
| EXPORT_SYMBOL_GPL (inet6_hash_connect) |
|