Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dinput.c717 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); in __sctp_hash_endpoint()
742 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); in __sctp_unhash_endpoint()
768 hash = sctp_ep_hashfn(net, ntohs(laddr->v4.sin_port)); in __sctp_rcv_lookup_endpoint()
/linux-4.4.14/include/net/sctp/
Dsctp.h517 static inline int sctp_ep_hashfn(struct net *net, __u16 lport) in sctp_ep_hashfn() function