Searched refs:sctp_transport_hashtable (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/sctp/ |
A D | input.c | 931 return rhltable_init(&sctp_transport_hashtable, &sctp_hash_params); in sctp_transport_hashtable_init() 936 rhltable_destroy(&sctp_transport_hashtable); in sctp_transport_hashtable_destroy() 954 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_hash_transport() 964 err = rhltable_insert_key(&sctp_transport_hashtable, &arg, in sctp_hash_transport() 977 rhltable_remove(&sctp_transport_hashtable, &t->node, in sctp_unhash_transport() 1007 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_addrs_lookup_transport() 1038 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_epaddr_lookup_transport()
|
A D | socket.c | 5240 rhltable_walk_enter(&sctp_transport_hashtable, iter); in sctp_transport_walk_start()
|
/linux-6.3-rc2/include/net/sctp/ |
A D | structs.h | 138 #define sctp_transport_hashtable (sctp_globals.transport_hashtable) macro
|
Completed in 24 milliseconds