Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dinput.c934 return rhltable_init(&sctp_transport_hashtable, &sctp_hash_params); in sctp_transport_hashtable_init()
939 rhltable_destroy(&sctp_transport_hashtable); in sctp_transport_hashtable_destroy()
957 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_hash_transport()
967 err = rhltable_insert_key(&sctp_transport_hashtable, &arg, in sctp_hash_transport()
980 rhltable_remove(&sctp_transport_hashtable, &t->node, in sctp_unhash_transport()
1010 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_addrs_lookup_transport()
1041 list = rhltable_lookup(&sctp_transport_hashtable, &arg, in sctp_epaddr_lookup_transport()
H A Dsocket.c5253 rhltable_walk_enter(&sctp_transport_hashtable, iter); in sctp_transport_walk_start()
/openbmc/linux/include/net/sctp/
H A Dstructs.h138 #define sctp_transport_hashtable (sctp_globals.transport_hashtable) macro