Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dprotocol.c1441 sizeof(struct sctp_bind_hashbucket)); in sctp_init()
1466 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init()
1480 sizeof(struct sctp_bind_hashbucket); in sctp_init()
1554 sizeof(struct sctp_bind_hashbucket))); in sctp_init()
1595 sizeof(struct sctp_bind_hashbucket))); in sctp_exit()
Dsocket.c7659 struct sctp_bind_hashbucket *head, struct net *, unsigned short snum);
7664 struct sctp_bind_hashbucket *head; /* hash list */ in sctp_get_port_local()
8011 struct sctp_bind_hashbucket *head, struct net *net, unsigned short snum) in sctp_bucket_create()
8040 struct sctp_bind_hashbucket *head = in __sctp_put_port()
8852 struct sctp_bind_hashbucket *head; in sctp_sock_migrate()
/Linux-v4.19/include/net/sctp/
Dstructs.h105 struct sctp_bind_hashbucket { struct
127 struct sctp_bind_hashbucket *port_hashtable; argument