Searched refs:sctp_assoc_hashfn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dendpointola.c338 hash = sctp_assoc_hashfn(ep->base.bind_addr.port, rport);
H A Dinput.c810 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port, asoc->peer.port);
838 epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port,
875 hash = sctp_assoc_hashfn(ntohs(local->v4.sin_port), ntohs(peer->v4.sin_port));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h632 static inline int sctp_assoc_hashfn(__u16 lport, __u16 rport) function

Completed in 107 milliseconds