| /freebsd-14.2/sys/netinet6/ |
| H A D | in6_pcb.c | 130 struct socket *so = inp->inp_socket; in in6_pcbsetport() 168 struct socket *so = inp->inp_socket; in in6_pcbbind() 267 (t->inp_socket->so_options & SO_REUSEPORT) || in in6_pcbbind() 268 (t->inp_socket->so_options & SO_REUSEPORT_LB) == 0) && in in6_pcbbind() 294 if (t && (reuseport & t->inp_socket->so_options) == 0 && in in6_pcbbind() 295 (reuseport_lb & t->inp_socket->so_options) == 0) { in in6_pcbbind() 307 (reuseport & t->inp_socket->so_options) == 0 && in in6_pcbbind() 308 (reuseport_lb & t->inp_socket->so_options) == 0 && in in6_pcbbind() 451 inp->inp_socket->so_proto->pr_protocol, &hash_type); in in6_pcbconnect() 698 inp->inp_socket != NULL && in in6_pcbnotify() [all …]
|
| H A D | udp6_usrreq.c | 180 inp->inp_socket->so_options & SO_TIMESTAMP) in udp6_append() 196 so = inp->inp_socket; in udp6_append() 319 if ((inp->inp_socket->so_options & in udp6_multi_input() 631 if (inp->inp_socket == NULL) in udp6_getcred() 635 inp->inp_socket); in udp6_getcred() 732 nxt = (inp->inp_socket->so_proto->pr_protocol == IPPROTO_UDP) ? in udp6_send() 915 pr = inp->inp_socket->so_proto->pr_protocol; in udp6_send()
|
| H A D | raw_ip6.c | 291 inp->inp_socket->so_options & SO_TIMESTAMP) in rip6_input() 295 if (sbappendaddr(&inp->inp_socket->so_rcv, in rip6_input() 297 soroverflow(inp->inp_socket); in rip6_input() 303 sorwakeup(inp->inp_socket); in rip6_input()
|
| H A D | ip6_input.c | 1186 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4() 1197 switch (inp->inp_socket->so_ts_clock) { in ip6_savecontrol_v4() 1579 so = inp->inp_socket; in ip6_notify_pmtu()
|
| H A D | icmp6.c | 1999 SOCKBUF_LOCK(&inp->inp_socket->so_rcv); in icmp6_rip6_input() 2000 if (sbappendaddr_locked(&inp->inp_socket->so_rcv, in icmp6_rip6_input() 2002 soroverflow_locked(inp->inp_socket); in icmp6_rip6_input() 2007 sorwakeup_locked(inp->inp_socket); in icmp6_rip6_input()
|
| H A D | in6_mcast.c | 1797 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in ip6_getmoptions() 1798 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM) { in ip6_getmoptions() 2676 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in ip6_setmoptions() 2677 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM) in ip6_setmoptions()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | in_pcb.c | 610 inp->inp_socket = so; in in_pcballoc() 1117 inp->inp_socket->so_fibnum)); in in_pcbladdr() 1673 MPASS(inp->inp_socket == NULL); in in_pcbrele_rlocked() 1693 MPASS(inp->inp_socket == NULL); in in_pcbrele_wlocked() 1754 inp->inp_socket->so_pcb = NULL; in in_pcbfree() 1755 inp->inp_socket = NULL; in in_pcbfree() 1903 inp->inp_socket == NULL) { in in_pcbnotifyall() 2890 return (inp->inp_socket); in inp_inpcbtosocket() 2948 if (inp->inp_socket) in in_pcbtoxinpcb() 3031 so = inp->inp_socket; in sysctl_setsockopt() [all …]
|
| H A D | udp_usrreq.c | 283 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append() 315 so = inp->inp_socket; in udp_append() 422 if ((inp->inp_socket->so_options & in udp_multi_input() 695 inp->inp_socket->so_error = errno; in udp_notify() 696 sorwakeup(inp->inp_socket); in udp_notify() 697 sowwakeup(inp->inp_socket); in udp_notify() 717 if (inp->inp_socket != NULL) in udp_common_ctlinput() 843 if (inp->inp_socket == NULL) in udp_getcred() 1198 pr = inp->inp_socket->so_proto->pr_protocol; in udp_send() 1371 if (inp->inp_socket->so_options & SO_DONTROUTE) in udp_send() [all …]
|
| H A D | ip_input.c | 1113 if ((inp->inp_socket->so_options & SO_BINTIME) || in ip_savecontrol() 1114 CHECK_SO_CT(inp->inp_socket, SO_TS_BINTIME)) { in ip_savecontrol() 1134 if (CHECK_SO_CT(inp->inp_socket, SO_TS_REALTIME_MICRO)) { in ip_savecontrol() 1155 } else if (CHECK_SO_CT(inp->inp_socket, SO_TS_REALTIME)) { in ip_savecontrol() 1174 } else if (CHECK_SO_CT(inp->inp_socket, SO_TS_MONOTONIC)) { in ip_savecontrol()
|
| H A D | siftr.c | 665 pn->snd_buf_hiwater = inp->inp_socket->so_snd.sb_hiwat; in siftr_siftdata() 666 pn->snd_buf_cc = sbused(&inp->inp_socket->so_snd); in siftr_siftdata() 667 pn->rcv_buf_hiwater = inp->inp_socket->so_rcv.sb_hiwat; in siftr_siftdata() 668 pn->rcv_buf_cc = sbused(&inp->inp_socket->so_rcv); in siftr_siftdata()
|
| H A D | tcp_timer.c | 359 tcp_fast_finwait2_recycle && inp->inp_socket && in tcp_timer_2msl() 360 (inp->inp_socket->so_rcv.sb_state & SBS_CANTRCVMORE)) { in tcp_timer_2msl() 418 inp->inp_socket->so_options & SO_KEEPALIVE) && in tcp_timer_keep()
|
| H A D | tcp_timewait.c | 124 soisdisconnected(inp->inp_socket); in tcp_twstart()
|
| H A D | tcp_usrreq.c | 207 KASSERT(so->so_pcb == inp && inp->inp_socket == so, in tcp_usr_detach() 1187 &inp->inp_socket->so_rcv, in tcp_usr_send() 1188 &inp->inp_socket->so_snd, in tcp_usr_send() 1263 KASSERT(inp->inp_socket != NULL, in tcp_usr_abort() 1301 KASSERT(inp->inp_socket != NULL, in tcp_usr_close() 1638 struct socket *so = inp->inp_socket; in tcp_ctloutput_set() 1806 struct socket *so = inp->inp_socket; in tcp_ctloutput_get() 2038 struct socket *so = inp->inp_socket; in tcp_default_ctloutput() 2049 KASSERT(inp->inp_socket != NULL, ("inp_socket == NULL")); in tcp_default_ctloutput()
|
| H A D | sctp_lock_bsd.h | 495 (sctpinp)->ip_inp.inp.inp_socket
|
| H A D | toecore.c | 362 (void )syncache_add(inc, to, th, inp, inp->inp_socket, NULL, tod, in toe_syncache_add()
|
| H A D | in_mcast.c | 1746 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in inp_getmoptions() 1747 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM) { in inp_getmoptions() 2706 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in inp_setmoptions() 2707 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM) in inp_setmoptions()
|
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 1898 &bbr->rc_inp->inp_socket->so_rcv, in bbr_log_type_bw_reduce() 1899 &bbr->rc_inp->inp_socket->so_snd, in bbr_log_type_bw_reduce() 1916 &bbr->rc_inp->inp_socket->so_rcv, in bbr_log_type_rwnd_collapse() 1917 &bbr->rc_inp->inp_socket->so_snd, in bbr_log_type_rwnd_collapse() 1942 &bbr->rc_inp->inp_socket->so_rcv, in bbr_log_type_just_return() 1943 &bbr->rc_inp->inp_socket->so_snd, in bbr_log_type_just_return() 1960 &bbr->rc_inp->inp_socket->so_rcv, in bbr_log_type_enter_rec() 1961 &bbr->rc_inp->inp_socket->so_snd, in bbr_log_type_enter_rec() 1979 &bbr->rc_inp->inp_socket->so_rcv, in bbr_log_msgsize_fail() 1994 if (bbr->rc_inp->inp_socket) { in bbr_log_flowend() [all …]
|
| H A D | rack.c | 752 &rack->rc_inp->inp_socket->so_rcv, in rack_log_gpset() 19278 so = rack->rc_inp->inp_socket; in rack_sndbuf_autoscale() 20153 so = inp->inp_socket; in rack_output() 20170 so = inp->inp_socket; in rack_output() 20239 so = inp->inp_socket; in rack_output() 20252 so = inp->inp_socket; in rack_output() 20371 so = inp->inp_socket; in rack_output() 20385 so = inp->inp_socket; in rack_output() 20436 so = inp->inp_socket; in rack_output() 20460 so = inp->inp_socket; in rack_output() [all …]
|
| /freebsd-14.2/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 282 struct socket *so = inp->inp_socket; in send_reset() 356 struct socket *so = inp->inp_socket; in make_established() 416 struct socket *so = inp->inp_socket; in t4_rcvd_locked() 439 struct socket *so = inp->inp_socket; in t4_rcvd() 645 struct socket *so = inp->inp_socket; in t4_push_frames() 1149 struct socket *so = inp->inp_socket; in t4_push_pdus() 1362 so = inp->inp_socket; in do_peer_close() 1452 so = inp->inp_socket; in do_close_con_rpl() 1586 struct socket *so = inp->inp_socket; in do_abort_req() 1872 so = inp->inp_socket; in do_fw4_ack() [all …]
|
| H A D | t4_listen.c | 329 lctx->vnet = inp->inp_socket->so_vnet; in alloc_lctx() 1455 so = inp->inp_socket; in do_pass_accept_req() 1663 so = inp->inp_socket; in do_pass_establish()
|
| H A D | t4_tls.c | 495 struct socket *so = inp->inp_socket; in t4_push_ktls() 1263 so = inp->inp_socket; in do_tls_tcb_rpl()
|
| /freebsd-14.2/cddl/lib/libdtrace/ |
| H A D | tcp.d | 251 p->t_inpcb.inp_socket->so_options & 1; 253 p->t_inpcb.inp_socket->so_user_cookie;
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_ktls.c | 804 if (inp->inp_socket == NULL) { in ktls_try_toe() 855 if (inp->inp_socket == NULL) { in ktls_alloc_snd_tag() 955 if (inp->inp_socket == NULL) { in ktls_alloc_rcv_tag() 1423 so = inp->inp_socket; in ktls_get_rx_sequence() 3280 so = inp->inp_socket; in ktls_disable_ifnet_help() 3333 so = inp->inp_socket; in ktls_disable_ifnet()
|
| /freebsd-14.2/sys/dev/cxgbe/cxgbei/ |
| H A D | cxgbei.c | 526 so = inp->inp_socket; in do_rx_iscsi_ddp() 781 so = inp->inp_socket; in do_rx_iscsi_cmp()
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_tcp.c | 132 switch (INP_SOCKAF(inp->inp_socket)) { in mlx5e_accel_fs_add_inpcb()
|