Home
last modified time | relevance | path

Searched refs:sctp_bind_hashbucket (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sctp/
Dprotocol.c1405 sizeof(struct sctp_bind_hashbucket)); in sctp_init()
1448 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init()
1462 sizeof(struct sctp_bind_hashbucket); in sctp_init()
1528 sizeof(struct sctp_bind_hashbucket))); in sctp_init()
1575 sizeof(struct sctp_bind_hashbucket))); in sctp_exit()
Dsocket.c6149 struct sctp_bind_hashbucket *head, struct net *, unsigned short snum);
6153 struct sctp_bind_hashbucket *head; /* hash list */ in sctp_get_port_local()
6497 struct sctp_bind_hashbucket *head, struct net *net, unsigned short snum) in sctp_bucket_create()
6526 struct sctp_bind_hashbucket *head = in __sctp_put_port()
7248 struct sctp_bind_hashbucket *head; in sctp_sock_migrate()
/linux-4.1.27/include/net/sctp/
Dstructs.h101 struct sctp_bind_hashbucket { struct
125 struct sctp_bind_hashbucket *port_hashtable; argument