/freebsd/sys/netinet/ |
H A D | tcp_usrreq.c | 208 tp = intotcpcb(inp); in tcp_usr_detach() 237 tp = intotcpcb(inp); in tcp_usr_bind() 294 tp = intotcpcb(inp); in tcp6_usr_bind() 372 tp = intotcpcb(inp); in tcp_usr_listen() 431 tp = intotcpcb(inp); in tcp6_usr_listen() 505 tp = intotcpcb(inp); in tcp_usr_connect() 575 tp = intotcpcb(inp); in tcp6_usr_connect() 709 tp = intotcpcb(inp); in tcp_usr_disconnect() 741 tp = intotcpcb(inp); in tcp_usr_accept() 775 tp = intotcpcb(inp); in tcp6_usr_accept() [all …]
|
H A D | toecore.c | 225 tp = intotcpcb(inp); in toe_listen_start() 401 tp = intotcpcb(inp); in toe_4tuple_check() 519 struct tcpcb *tp = intotcpcb(inp); in toe_connect_failed()
|
H A D | tcp_timewait.c | 159 struct tcpcb *tp = intotcpcb(inp); in tcp_twcheck()
|
H A D | tcp_subr.c | 1354 tp = intotcpcb(inp); in deregister_tcp_functions() 1413 if ((tcpb = intotcpcb(inpb)) != NULL) { in tcp_drain() 2216 struct tcpcb *tp = intotcpcb(inp); in tcp_newtcpcb() 2578 tp = intotcpcb(inp); in tcp_notify() 2853 tp = intotcpcb(inp); in tcp_ctlinput_with_port() 3042 tp = intotcpcb(inp); in tcp6_ctlinput_with_port() 3288 tp = intotcpcb(inp); in tcp_drop_syn_sent() 3323 tp = intotcpcb(inp); in tcp_mtudisc() 3683 tp = intotcpcb(inp); in sysctl_drop() 3968 struct tcpcb *tp = intotcpcb(inp); in tcp_inptoxtp()
|
H A D | siftr.c | 800 tp = intotcpcb(inp); in siftr_chkpkt() 949 tp = intotcpcb(inp); in siftr_chkpkt6()
|
H A D | tcp_log_buf.c | 515 tp = intotcpcb(inp); \ 2248 tp = intotcpcb(inp); in tcp_log_getlogbuf() 2427 tp = intotcpcb(inp); in tcp_log_dump_tp_logbuf() 2862 tp = intotcpcb(inp); in tcp_log_sendfile()
|
H A D | tcp_var.h | 657 #define intotcpcb(inp) __containerof((inp), struct tcpcb, t_inpcb) macro 658 #define sototcpcb(so) intotcpcb(sotoinpcb(so))
|
H A D | tcp_lro_hpts.c | 510 return (intotcpcb(inp)); in tcp_lro_lookup()
|
H A D | tcp_syncache.c | 1318 pending_counter = intotcpcb(sotoinpcb(lso))->t_tfo_pending; in syncache_tfo_expand() 1326 tp = intotcpcb(inp); in syncache_tfo_expand()
|
H A D | tcp_input.c | 995 tp = intotcpcb(inp); in tcp_input_with_port() 1155 tp = intotcpcb(inp); in tcp_input_with_port()
|
/freebsd/sys/netipsec/ |
H A D | xform_tcp.c | 92 tp = intotcpcb(inp); in tcp_ipsec_pcbctl() 110 tp = intotcpcb(inp); in tcp_ipsec_pcbctl()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 242 struct tcpcb *tp = intotcpcb(inp); /* don't use if INP_DROPPED */ in send_reset() 357 struct tcpcb *tp = intotcpcb(inp); in make_established() 644 struct tcpcb *tp = intotcpcb(inp); in t4_push_frames() 970 struct tcpcb *tp = intotcpcb(inp); in write_iscsi_mbuf_wr() 1345 tp = intotcpcb(inp); in do_peer_close() 1444 tp = intotcpcb(inp); in do_close_con_rpl() 1567 tp = intotcpcb(inp); in do_abort_req() 1683 tp = intotcpcb(inp); in do_rx_data() 1850 tp = intotcpcb(inp); in do_fw4_ack() 2286 tp = intotcpcb(inp); in t4_aiotx_process_job()
|
H A D | t4_tls.c | 494 struct tcpcb *tp = intotcpcb(inp); in t4_push_ktls() 770 tp = intotcpcb(inp); in do_tls_data() 829 tp = intotcpcb(inp); in do_rx_tls_cmp() 1005 tp = intotcpcb(inp); in do_rx_data_tls()
|
H A D | t4_ddp.c | 465 struct tcpcb *tp = intotcpcb(inp); in insert_ddp_data() 679 tp = intotcpcb(inp); in handle_ddp_data_aio() 896 tp = intotcpcb(inp); in handle_ddp_data_rcvbuf() 1072 t4_rcvd(&toep->td->tod, intotcpcb(inp)); in do_ddp_tcb_rpl() 2561 t4_rcvd_locked(&toep->td->tod, intotcpcb(inp)); in aio_ddp_requeue() 2796 struct tcpcb *tp = intotcpcb(inp); in t4_aio_queue_ddp()
|
H A D | t4_connect.c | 251 struct tcpcb *tp = intotcpcb(inp); in t4_connect()
|
H A D | t4_tom.c | 231 struct tcpcb *tp = intotcpcb(inp); in offload_socket() 275 struct tcpcb *tp = intotcpcb(inp); in undo_offload_socket() 1251 struct tcpcb *tp = intotcpcb(inp); in init_conn_params() 1796 tp = intotcpcb(inp); in live_tid_failure_cleanup()
|
H A D | t4_listen.c | 1724 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()
|
/freebsd/sys/kern/ |
H A D | uipc_ktls.c | 885 tp = intotcpcb(inp); in ktls_try_toe() 936 tp = intotcpcb(inp); in ktls_alloc_snd_tag() 1445 tp = intotcpcb(inp); in ktls_enable_tx() 1510 tp = intotcpcb(inp); in ktls_get_rx_sequence() 1566 tp = intotcpcb(inp); in ktls_set_tx_mode() 1809 tp = intotcpcb(inp); in ktls_reset_send_tag() 2016 tp = intotcpcb(inp); in ktls_destroy() 2468 tp = intotcpcb(inp); in ktls_resync_ifnet() 2495 tp = intotcpcb(inp); in ktls_drop() 3374 (tp = intotcpcb(inp)) != NULL && in ktls_disable_ifnet_help()
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | cxgbei.c | 516 tp = intotcpcb(inp); in do_rx_iscsi_ddp() 666 tp = intotcpcb(inp); in do_rx_iscsi_cmp()
|
H A D | icl_cxgbei.c | 1008 tp = intotcpcb(inp); in find_offload_adapter() 1163 tp = intotcpcb(inp); in icl_cxgbei_conn_handoff()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 152 struct tcpcb *tp = intotcpcb(inp); in mk_ktls_act_open_req() 183 struct tcpcb *tp = intotcpcb(inp); in mk_ktls_act_open_req6() 469 tp = intotcpcb(inp); in t6_tls_tag_alloc()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 1127 struct tcpcb *tp = intotcpcb(inp); in post_terminate() 1257 struct tcpcb *tp = intotcpcb(inp); in rdma_fini() 1353 struct tcpcb *tp = intotcpcb(inp); in rdma_init()
|
H A D | cm.c | 510 tp = intotcpcb(inp); in set_tcpinfo()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 23750 par = intotcpcb(parent); in rack_inherit()
|