Home
last modified time | relevance | path

Searched refs:in_pcbinshash (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h851 int in_pcbinshash(struct inpcb *);
/f-stack/freebsd/netinet/
H A Din_pcb.h851 int in_pcbinshash(struct inpcb *);
H A Din_pcb.c664 if (in_pcbinshash(inp) != 0) { in in_pcbbind()
1106 if (in_pcbinshash(inp) != 0) { in in_pcbconnect_mbuf()
2757 in_pcbinshash(struct inpcb *inp) in in_pcbinshash() function
H A Dtcp_usrreq.c1627 if (in_pcbinshash(inp) != 0) { in tcp_connect()
1665 if (in_pcbinshash(inp) != 0) { in tcp_connect()
H A Dudp_usrreq.c1362 error = in_pcbinshash(inp); in udp_output()
/f-stack/freebsd/netinet6/
H A Din6_src.c965 if (in_pcbinshash(inp) != 0) { in in6_pcbsetport()
H A Din6_pcb.c327 if (in_pcbinshash(inp) != 0) { in in6_pcbbind()