| /freebsd-11-stable/sys/netinet6/ |
| HD | udp6_usrreq.c | 172 inp->inp_socket->so_options & SO_TIMESTAMP) in udp6_append() 176 so = inp->inp_socket; in udp6_append() 384 if ((last->inp_socket->so_options & in udp6_input() 624 if (inp->inp_socket == NULL) in udp6_getcred() 628 inp->inp_socket); in udp6_getcred() 688 nxt = (inp->inp_socket->so_proto->pr_protocol == IPPROTO_UDP) ? in udp6_output() 860 pr = inp->inp_socket->so_proto->pr_protocol; in udp6_output() 933 nxt = (inp->inp_socket->so_proto->pr_protocol == IPPROTO_UDP) ? in udp6_abort() 1065 nxt = (inp->inp_socket->so_proto->pr_protocol == IPPROTO_UDP) ? in udp6_close() 1212 nxt = (inp->inp_socket->so_proto->pr_protocol == IPPROTO_UDP) ? in udp6_disconnect() [all …]
|
| HD | raw_ip6.c | 274 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input() 278 if (sbappendaddr(&last->inp_socket->so_rcv, in rip6_input() 286 sorwakeup(last->inp_socket); in rip6_input() 308 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input() 312 if (sbappendaddr(&last->inp_socket->so_rcv, in rip6_input() 319 sorwakeup(last->inp_socket); in rip6_input()
|
| HD | icmp6.c | 1982 SOCKBUF_LOCK(&last->inp_socket->so_rcv); in icmp6_rip6_input() 1984 &last->inp_socket->so_rcv, in icmp6_rip6_input() 1993 &last->inp_socket->so_rcv); in icmp6_rip6_input() 1995 sorwakeup_locked(last->inp_socket); in icmp6_rip6_input() 2028 SOCKBUF_LOCK(&last->inp_socket->so_rcv); in icmp6_rip6_input() 2029 if (sbappendaddr_locked(&last->inp_socket->so_rcv, in icmp6_rip6_input() 2034 SOCKBUF_UNLOCK(&last->inp_socket->so_rcv); in icmp6_rip6_input() 2036 sorwakeup_locked(last->inp_socket); in icmp6_rip6_input()
|
| HD | in6_mcast.c | 1701 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in ip6_getmoptions() 1702 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in ip6_getmoptions() 1703 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) { in ip6_getmoptions() 2567 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in ip6_setmoptions() 2568 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in ip6_setmoptions() 2569 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) in ip6_setmoptions()
|
| HD | in6_pcb.c | 119 struct socket *so = inp->inp_socket; in in6_pcbbind() 656 inp->inp_socket != NULL && in in6_pcbnotify() 662 inp->inp_socket == 0 || in in6_pcbnotify()
|
| HD | ip6_input.c | 1217 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4() 1224 switch (inp->inp_socket->so_ts_clock) { in ip6_savecontrol_v4() 1607 so = inp->inp_socket; in ip6_notify_pmtu()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | tcp_timer.c | 364 tp->t_inpcb && tp->t_inpcb->inp_socket && in tcp_timer_2msl() 365 (tp->t_inpcb->inp_socket->so_rcv.sb_state & SBS_CANTRCVMORE)) { in tcp_timer_2msl() 379 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_2msl() 433 inp->inp_socket->so_options & SO_KEEPALIVE) && in tcp_timer_keep() 467 if (inp->inp_socket->so_options & SO_DEBUG) in tcp_timer_keep() 482 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_keep() 562 if (tp != NULL && tp->t_inpcb->inp_socket->so_options & SO_DEBUG) in tcp_timer_persist() 819 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_rexmt()
|
| HD | udp_usrreq.c | 344 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append() 364 so = inp->inp_socket; in udp_append() 597 if ((last->inp_socket->so_options & in udp_input() 738 inp->inp_socket->so_error = errno; in udp_notify() 739 sorwakeup(inp->inp_socket); in udp_notify() 740 sowwakeup(inp->inp_socket); in udp_notify() 780 if (inp->inp_socket != NULL) { in udp_common_ctlinput() 892 if (inp->inp_socket) in udp_pcblist() 893 sotoxsocket(inp->inp_socket, &xi.xi_socket); in udp_pcblist() 951 if (inp->inp_socket == NULL) in udp_getcred() [all …]
|
| HD | in_pcb.c | 293 inp->inp_socket = so; in in_pcballoc() 557 struct socket *so = inp->inp_socket; in in_pcbbind_setup() 801 if ((inp->inp_socket->so_options & SO_DONTROUTE) == 0) in in_pcbladdr() 817 inp->inp_socket->so_fibnum)); in in_pcbladdr() 820 inp->inp_socket->so_fibnum)); in in_pcbladdr() 936 inp->inp_socket->so_fibnum)); in in_pcbladdr() 939 inp->inp_socket->so_fibnum)); in in_pcbladdr() 1143 KASSERT(inp->inp_socket != NULL, ("%s: inp_socket == NULL", __func__)); in in_pcbdetach() 1145 inp->inp_socket->so_pcb = NULL; in in_pcbdetach() 1146 inp->inp_socket = NULL; in in_pcbdetach() [all …]
|
| HD | tcp_subr.c | 907 win = sbspace(&inp->inp_socket->so_rcv); in tcp_respond() 1135 if (tp == NULL || (inp->inp_socket->so_options & SO_DEBUG)) in tcp_respond() 1345 struct socket *so = tp->t_inpcb->inp_socket; in tcp_drop() 1366 struct socket *so = inp->inp_socket; in tcp_discardcb() 1562 KASSERT(inp->inp_socket != NULL, ("tcp_close: inp_socket NULL")); in tcp_close() 1563 so = inp->inp_socket; in tcp_close() 1785 if (inp->inp_socket != NULL) in tcp_pcblist() 1786 sotoxsocket(inp->inp_socket, &xt.xt_socket); in tcp_pcblist() 1847 if (inp->inp_socket == NULL) in tcp_getcred() 1911 if (inp->inp_socket == NULL) in tcp6_getcred() [all …]
|
| HD | ip_input.c | 1157 if ((inp->inp_socket->so_options & SO_BINTIME) || in ip_savecontrol() 1158 CHECK_SO_CT(inp->inp_socket, SO_TS_BINTIME)) { in ip_savecontrol() 1167 if (CHECK_SO_CT(inp->inp_socket, SO_TS_REALTIME_MICRO)) { in ip_savecontrol() 1175 } else if (CHECK_SO_CT(inp->inp_socket, SO_TS_REALTIME)) { in ip_savecontrol() 1183 } else if (CHECK_SO_CT(inp->inp_socket, SO_TS_MONOTONIC)) { in ip_savecontrol()
|
| HD | ip_divert.c | 287 sa = inp->inp_socket; in divert_packet() 707 if (inp->inp_socket) in div_pcblist() 708 sotoxsocket(inp->inp_socket, &xi.xi_socket); in div_pcblist()
|
| HD | tcp_usrreq.c | 183 KASSERT(inp->inp_socket == so, ("tcp_detach: inp_socket != so")); in tcp_detach() 282 KASSERT(inp->inp_socket != NULL, in tcp_usr_detach() 1095 KASSERT(inp->inp_socket != NULL, in tcp_usr_abort() 1137 KASSERT(inp->inp_socket != NULL, in tcp_usr_close() 1266 struct socket *so = inp->inp_socket; in tcp_connect() 1349 soisconnecting(inp->inp_socket); in tcp6_connect() 2002 struct socket *so = inp->inp_socket; in tcp_disconnect() 2076 soisdisconnected(tp->t_inpcb->inp_socket); in tcp_usrclosed()
|
| HD | tcp_reass.c | 232 &tp->t_inpcb->inp_socket->so_rcv, in tcp_log_reassm() 233 &tp->t_inpcb->inp_socket->so_snd, in tcp_log_reassm() 534 struct socket *so = tp->t_inpcb->inp_socket; in tcp_reass() 586 sb = &tp->t_inpcb->inp_socket->so_rcv; in tcp_reass()
|
| HD | siftr.c | 792 pn->snd_buf_hiwater = inp->inp_socket->so_snd.sb_hiwat; in siftr_siftdata() 793 pn->snd_buf_cc = sbused(&inp->inp_socket->so_snd); in siftr_siftdata() 794 pn->rcv_buf_hiwater = inp->inp_socket->so_rcv.sb_hiwat; in siftr_siftdata() 795 pn->rcv_buf_cc = sbused(&inp->inp_socket->so_rcv); in siftr_siftdata()
|
| HD | tcp_timewait.c | 298 so = inp->inp_socket; in tcp_twstart() 511 so = inp->inp_socket; in tcp_twclose()
|
| HD | raw_ip.c | 255 so = last->inp_socket; in rip_append() 1120 if (inp->inp_socket) in rip_pcblist() 1121 sotoxsocket(inp->inp_socket, &xi.xi_socket); in rip_pcblist()
|
| HD | in_mcast.c | 1770 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in inp_getmoptions() 1771 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in inp_getmoptions() 1772 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) { in inp_getmoptions() 2712 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in inp_setmoptions() 2713 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in inp_setmoptions() 2714 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) in inp_setmoptions()
|
| HD | sctp_lock_bsd.h | 470 #define SCTP_INP_SO(sctpinp) (sctpinp)->ip_inp.inp.inp_socket
|
| HD | toecore.c | 330 struct socket *lso = inp->inp_socket; in toe_syncache_add()
|
| HD | tcp_input.c | 920 ((inp->inp_socket == NULL) || in tcp_input() 921 (inp->inp_socket->so_options & SO_ACCEPTCONN) == 0)) { in tcp_input() 1065 so = inp->inp_socket; in tcp_input() 3308 if (tp == NULL || (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_do_segment() 3799 so = inp->inp_socket; in tcp_mss()
|
| /freebsd-11-stable/sys/dev/cxgbe/tom/ |
| HD | t4_cpl_io.c | 326 struct socket *so = inp->inp_socket; in send_reset() 394 struct socket *so = inp->inp_socket; in make_established() 485 struct socket *so = inp->inp_socket; in t4_rcvd_locked() 519 struct socket *so = inp->inp_socket; in t4_rcvd() 720 struct socket *so = inp->inp_socket; in t4_push_frames() 1264 so = inp->inp_socket; in do_peer_close() 1348 so = inp->inp_socket; in do_close_con_rpl() 1479 struct socket *so = inp->inp_socket; in do_abort_req() 1756 so = inp->inp_socket; in do_fw4_ack() 2233 SOCKBUF_LOCK_ASSERT(&toep->inp->inp_socket->so_snd); in t4_aiotx_queue_toep()
|
| HD | t4_listen.c | 223 lctx->vnet = inp->inp_socket->so_vnet; in alloc_lctx() 1368 so = inp->inp_socket; in do_pass_accept_req() 1557 so = inp->inp_socket; in do_pass_establish()
|
| /freebsd-11-stable/sys/dev/cxgb/ulp/tom/ |
| HD | cxgb_cpl_io.c | 591 struct socket *so = inp->inp_socket; in t3_rcvd() 657 struct socket *so = inp->inp_socket; in t3_tod_output() 1057 struct socket *so = inp->inp_socket; in send_reset() 1164 so = inp->inp_socket; in do_rx_data() 1495 so = inp->inp_socket; in do_abort_req() 1681 so = inp->inp_socket; in do_act_establish() 1717 so = inp->inp_socket; in wr_ack()
|
| /freebsd-11-stable/cddl/lib/libdtrace/ |
| HD | tcp.d | 227 p->t_inpcb->inp_socket->so_options & 1; 229 p->t_inpcb->inp_socket->so_user_cookie;
|