Home
last modified time | relevance | path

Searched refs:intotcpcb (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_usrreq.c208 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 Dtoecore.c225 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 Dtcp_timewait.c159 struct tcpcb *tp = intotcpcb(inp); in tcp_twcheck()
H A Dtcp_subr.c1354 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 Dsiftr.c800 tp = intotcpcb(inp); in siftr_chkpkt()
949 tp = intotcpcb(inp); in siftr_chkpkt6()
H A Dtcp_log_buf.c515 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 Dtcp_var.h657 #define intotcpcb(inp) __containerof((inp), struct tcpcb, t_inpcb) macro
658 #define sototcpcb(so) intotcpcb(sotoinpcb(so))
H A Dtcp_lro_hpts.c510 return (intotcpcb(inp)); in tcp_lro_lookup()
H A Dtcp_syncache.c1318 pending_counter = intotcpcb(sotoinpcb(lso))->t_tfo_pending; in syncache_tfo_expand()
1326 tp = intotcpcb(inp); in syncache_tfo_expand()
H A Dtcp_input.c995 tp = intotcpcb(inp); in tcp_input_with_port()
1155 tp = intotcpcb(inp); in tcp_input_with_port()
/freebsd/sys/netipsec/
H A Dxform_tcp.c92 tp = intotcpcb(inp); in tcp_ipsec_pcbctl()
110 tp = intotcpcb(inp); in tcp_ipsec_pcbctl()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c242 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 Dt4_tls.c494 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 Dt4_ddp.c465 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 Dt4_connect.c251 struct tcpcb *tp = intotcpcb(inp); in t4_connect()
H A Dt4_tom.c231 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 Dt4_listen.c1724 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()
/freebsd/sys/kern/
H A Duipc_ktls.c885 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 Dcxgbei.c516 tp = intotcpcb(inp); in do_rx_iscsi_ddp()
666 tp = intotcpcb(inp); in do_rx_iscsi_cmp()
H A Dicl_cxgbei.c1008 tp = intotcpcb(inp); in find_offload_adapter()
1163 tp = intotcpcb(inp); in icl_cxgbei_conn_handoff()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c152 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 Dqp.c1127 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 Dcm.c510 tp = intotcpcb(inp); in set_tcpinfo()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c23750 par = intotcpcb(parent); in rack_inherit()