Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dinput.c729 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); in __sctp_hash_endpoint()
795 epb->hashent = sctp_ep_hashfn(sock_net(sk), epb->bind_addr.port); in __sctp_unhash_endpoint()
843 hash = sctp_ep_hashfn(net, ntohs(lport)); in __sctp_rcv_lookup_endpoint()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsctp.h504 static inline int sctp_ep_hashfn(struct net *net, __u16 lport) in sctp_ep_hashfn() function