Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dprotocol.c1533 sizeof(struct sctp_bind_hashbucket)); in sctp_init()
1558 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init()
1572 sizeof(struct sctp_bind_hashbucket); in sctp_init()
1646 sizeof(struct sctp_bind_hashbucket))); in sctp_init()
1687 sizeof(struct sctp_bind_hashbucket))); in sctp_exit()
H A Dsocket.c8380 struct sctp_bind_hashbucket *head, struct net *, unsigned short snum);
8386 struct sctp_bind_hashbucket *head; /* hash list */ in sctp_get_port_local()
8746 struct sctp_bind_hashbucket *head, struct net *net, unsigned short snum) in sctp_bucket_create()
8775 struct sctp_bind_hashbucket *head = in __sctp_put_port()
9510 struct sctp_bind_hashbucket *head; in sctp_sock_migrate()
/linux/include/net/sctp/
H A Dstructs.h92 struct sctp_bind_hashbucket { struct
114 struct sctp_bind_hashbucket *port_hashtable; argument