Searched refs:sctp_transport_hashtable (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | input.c | 873 return rhltable_init(&sctp_transport_hashtable, &sctp_hash_params); in sctp_transport_hashtable_init() 878 rhltable_destroy(&sctp_transport_hashtable); in sctp_transport_hashtable_destroy() 896 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_hash_transport() 906 err = rhltable_insert_key(&sctp_transport_hashtable, &arg, in sctp_hash_transport() 919 rhltable_remove(&sctp_transport_hashtable, &t->node, in sctp_unhash_transport() 937 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_addrs_lookup_transport() 967 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_epaddr_lookup_transport()
|
D | socket.c | 4989 rhltable_walk_enter(&sctp_transport_hashtable, iter); in sctp_transport_walk_start()
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 151 #define sctp_transport_hashtable (sctp_globals.transport_hashtable) macro
|