Home
last modified time | relevance | path

Searched refs:sctp_ep_hashfn (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/sctp/
Dinput.c752 ep->hashent = sctp_ep_hashfn(net, ep->base.bind_addr.port); in __sctp_hash_endpoint()
815 ep->hashent = sctp_ep_hashfn(sock_net(sk), ep->base.bind_addr.port); in __sctp_unhash_endpoint()
862 hash = sctp_ep_hashfn(net, ntohs(lport)); in __sctp_rcv_lookup_endpoint()
/linux-6.1.9/include/net/sctp/
Dsctp.h507 static inline int sctp_ep_hashfn(struct net *net, __u16 lport) in sctp_ep_hashfn() function