Lines Matching refs:inp_socket
107 struct socket *so = inp->inp_socket; in in6_pcbbind()
222 t->inp_socket->so_cred->cr_uid)) { in in6_pcbbind()
236 if (t && (reuseport & t->inp_socket->so_options) == 0) { in in6_pcbbind()
389 if (inp->inp_socket->so_state & SS_NOFDREF) in in6_pcbdisconnect()
396 struct socket *so = inp->inp_socket; in in6_pcbdetach()
587 inp->inp_socket != NULL && in in6_pcbnotify()
593 inp->inp_socket == 0 || in in6_pcbnotify()
657 if (inp->inp_socket && inp->inp_socket->so_cred) in in6_pcblookup_local()
658 pscan = inp->inp_socket->so_cred->cr_prison; in in6_pcblookup_local()
839 if (inp->inp_socket == NULL || in in6_pcblookup_hash()
840 inp->inp_socket->so_cred->cr_prison == NULL) { in in6_pcblookup_hash()
899 if (inp->inp_socket) { in in6_pcblookup_hash()
900 cred = inp->inp_socket->so_cred; in in6_pcblookup_hash()