Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <net/sock.h>
#include <linux/in.h>
#include <linux/if_arp.h>
#include <linux/jhash.h>
#include <linux/ratelimit.h>
#include "rds.h"
Go to the source code of this file.
Macros | |
#define | BIND_HASH_SIZE 1024 |
Functions | |
struct rds_sock * | rds_find_bound (__be32 addr, __be16 port) |
void | rds_remove_bound (struct rds_sock *rs) |
int | rds_bind (struct socket *sock, struct sockaddr *uaddr, int addr_len) |