Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dprotocol.c1554 sizeof(struct sctp_bind_hashbucket)); in sctp_init()
1579 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init()
1593 sizeof(struct sctp_bind_hashbucket); in sctp_init()
1667 sizeof(struct sctp_bind_hashbucket))); in sctp_init()
1708 sizeof(struct sctp_bind_hashbucket))); in sctp_exit()
Dsocket.c8339 struct sctp_bind_hashbucket *head, struct net *, unsigned short snum);
8345 struct sctp_bind_hashbucket *head; /* hash list */ in sctp_get_port_local()
8719 struct sctp_bind_hashbucket *head, struct net *net, unsigned short snum) in sctp_bucket_create()
8748 struct sctp_bind_hashbucket *head = in __sctp_put_port()
9542 struct sctp_bind_hashbucket *head; in sctp_sock_migrate()
/linux-6.12.1/include/net/sctp/
Dstructs.h92 struct sctp_bind_hashbucket { struct
114 struct sctp_bind_hashbucket *port_hashtable; argument