inp_socket       2629 net/pf.c       	pd->lookup.uid = inp->inp_socket->so_euid;
inp_socket       2630 net/pf.c       	pd->lookup.gid = inp->inp_socket->so_egid;
inp_socket       2631 net/pf.c       	pd->lookup.pid = inp->inp_socket->so_cpid;
inp_socket        203 netinet/in_pcb.c 	inp->inp_socket = so;
inp_socket        236 netinet/in_pcb.c 	struct socket *so = inp->inp_socket;
inp_socket        296 netinet/in_pcb.c 				if (t && (so->so_euid != t->inp_socket->so_euid))
inp_socket        301 netinet/in_pcb.c 			if (t && (reuseport & t->inp_socket->so_options) == 0)
inp_socket        390 netinet/in_pcb.c 	if (sotopf(inp->inp_socket) == PF_INET6)
inp_socket        419 netinet/in_pcb.c 			inp->inp_socket->so_options, inp->inp_moptions, &error);
inp_socket        457 netinet/in_pcb.c 	switch (sotopf(inp->inp_socket)) {
inp_socket        470 netinet/in_pcb.c 	if (inp->inp_socket->so_state & SS_NOFDREF)
inp_socket        479 netinet/in_pcb.c 	struct socket *so = inp->inp_socket;
inp_socket        543 netinet/in_pcb.c 	if (sotopf(inp->inp_socket) == PF_INET6) {
inp_socket        603 netinet/in_pcb.c 		    inp->inp_socket == 0) {
inp_socket        769 netinet/in_pcb.c 		switch(sotopf(inp->inp_socket)) {
inp_socket        101 netinet/in_pcb.h 	struct	  socket *inp_socket;	/* back pointer to socket */
inp_socket       1682 netinet/ip_input.c 	if (inp->inp_socket->so_options & SO_TIMESTAMP) {
inp_socket        665 netinet/ip_spd.c 		    inp->inp_socket->so_proto->pr_protocol;
inp_socket        689 netinet/ip_spd.c 		    inp->inp_socket->so_proto->pr_protocol;
inp_socket        146 netinet/raw_ip.c 				if (sbappendaddr(&last->inp_socket->so_rcv,
inp_socket        153 netinet/raw_ip.c 					sorwakeup(last->inp_socket);
inp_socket        162 netinet/raw_ip.c 		if (sbappendaddr(&last->inp_socket->so_rcv, sintosa(&ripsrc), m,
inp_socket        168 netinet/raw_ip.c 			sorwakeup(last->inp_socket);
inp_socket        197 netinet/tcp_input.c 	struct socket *so = tp->t_inpcb->inp_socket;
inp_socket        653 netinet/tcp_input.c 	so = inp->inp_socket;
inp_socket       2224 netinet/tcp_input.c 	if (tp && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) {
inp_socket       3185 netinet/tcp_input.c 	so = tp->t_inpcb->inp_socket;
inp_socket        211 netinet/tcp_output.c 	struct socket *so = tp->t_inpcb->inp_socket;
inp_socket        335 netinet/tcp_subr.c 		win = sbspace(&tp->t_inpcb->inp_socket->so_rcv);
inp_socket        539 netinet/tcp_subr.c 	struct socket *so = tp->t_inpcb->inp_socket;
inp_socket        563 netinet/tcp_subr.c 	struct socket *so = inp->inp_socket;
inp_socket        668 netinet/tcp_subr.c 	struct socket *so = inp->inp_socket;
inp_socket        788 netinet/tcp_subr.c 			if (inp->inp_socket &&
inp_socket        908 netinet/tcp_subr.c 			if (inp->inp_socket &&
inp_socket        268 netinet/tcp_timer.c 		if (!inp->inp_socket->so_snd.sb_cc)
inp_socket        442 netinet/tcp_timer.c 	if (tp->t_inpcb->inp_socket->so_options & SO_KEEPALIVE &&
inp_socket        712 netinet/tcp_usrreq.c 	struct socket *so = tp->t_inpcb->inp_socket;
inp_socket        762 netinet/tcp_usrreq.c 		soisdisconnected(tp->t_inpcb->inp_socket);
inp_socket        852 netinet/tcp_usrreq.c 		    ((inp->inp_socket->so_options & SO_ACCEPTCONN) == 0))
inp_socket        876 netinet/tcp_usrreq.c 	if (inp != NULL && (inp->inp_socket->so_state & SS_CONNECTOUT)) {
inp_socket        877 netinet/tcp_usrreq.c 		tir.ruid = inp->inp_socket->so_ruid;
inp_socket        878 netinet/tcp_usrreq.c 		tir.euid = inp->inp_socket->so_euid;
inp_socket        472 netinet/udp_usrreq.c 					    &last->inp_socket->so_rcv,
inp_socket        479 netinet/udp_usrreq.c 						sorwakeup(last->inp_socket);
inp_socket        492 netinet/udp_usrreq.c 			if ((last->inp_socket->so_options & (SO_REUSEPORT |
inp_socket        515 netinet/udp_usrreq.c 		if (sbappendaddr(&last->inp_socket->so_rcv,
inp_socket        520 netinet/udp_usrreq.c 		sorwakeup(last->inp_socket);
inp_socket        587 netinet/udp_usrreq.c 	    (inp->inp_socket->so_state & SS_ISCONNECTED)) {
inp_socket        634 netinet/udp_usrreq.c 	if (sbappendaddr(&inp->inp_socket->so_rcv, &srcsa.sa, m, opts) == 0) {
inp_socket        638 netinet/udp_usrreq.c 	sorwakeup(inp->inp_socket);
inp_socket        655 netinet/udp_usrreq.c 	inp->inp_socket->so_error = errno;
inp_socket        656 netinet/udp_usrreq.c 	sorwakeup(inp->inp_socket);
inp_socket        657 netinet/udp_usrreq.c 	sowwakeup(inp->inp_socket);
inp_socket        867 netinet/udp_usrreq.c 		if (inp && inp->inp_socket != NULL)
inp_socket        967 netinet/udp_usrreq.c 	    inp->inp_socket->so_options &
inp_socket        107 netinet6/icmp6.c #define in6p_socket	inp_socket
inp_socket        169 netinet6/in6_pcb.c 	struct socket *so = inp->inp_socket;
inp_socket        283 netinet6/in6_pcb.c 			if (t && (reuseport & t->inp_socket->so_options) == 0)
inp_socket        307 netinet6/in6_pcb.c 	struct socket *so = inp->inp_socket;
inp_socket        607 netinet6/in6_pcb.c 		    inp->inp_socket != NULL &&
inp_socket        613 netinet6/in6_pcb.c 			 inp->inp_socket == 0 ||
inp_socket       1031 netinet6/ip6_input.c 	if (in6p->inp_socket->so_options & SO_TIMESTAMP) {
inp_socket       1276 netinet6/ip6_output.c 	privileged = (inp->inp_socket->so_state & SS_PRIV);
inp_socket        108 netinet6/raw_ip6.c #define in6p_socket	inp_socket
inp_socket        102 netinet6/udp6_output.c #define in6p_socket	inp_socket