Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_usrreq.c154 tp = intotcpcb(inp); in tcp_usr_attach()
181 tp = intotcpcb(inp); in tcp_detach()
300 tp = intotcpcb(inp); in tcp_usr_bind()
342 tp = intotcpcb(inp); in tcp6_usr_bind()
393 tp = intotcpcb(inp); in tcp_usr_listen()
439 tp = intotcpcb(inp); in tcp6_usr_listen()
513 tp = intotcpcb(inp); in tcp_usr_connect()
564 tp = intotcpcb(inp); in tcp6_usr_connect()
651 tp = intotcpcb(inp); in tcp_usr_disconnect()
687 tp = intotcpcb(inp); in tcp_usr_accept()
[all …]
HDtoecore.c198 tp = intotcpcb(inp); in toe_listen_start()
482 struct tcpcb *tp = intotcpcb(inp); in toe_connect_failed()
HDtcp_subr.c1181 (tp = intotcpcb(inp)) != NULL) { in tcp_ccalgounload()
1510 if ((tcpb = intotcpcb(inpb)) != NULL) { in tcp_drain()
1542 tp = intotcpcb(inp); in tcp_notify()
1882 tp = intotcpcb(inp); in tcp_ctlinput()
2143 tp = intotcpcb(inp); in tcp_drop_syn_sent()
2179 tp = intotcpcb(inp); in tcp_mtudisc()
2779 tp = intotcpcb(inp); in sysctl_drop()
HDtcp_var.h435 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro
437 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
HDsiftr.c894 tp = intotcpcb(inp); in siftr_chkpkt()
1070 tp = intotcpcb(inp); in siftr_chkpkt6()
HDtcp_syncache.c819 tp = intotcpcb(inp); in syncache_socket()
1104 pending_counter = intotcpcb(sotoinpcb(*lsop))->t_tfo_pending; in syncache_tfo_expand()
1111 tp = intotcpcb(inp); in syncache_tfo_expand()
HDtcp_input.c982 tp = intotcpcb(inp); in tcp_input()
1140 tp = intotcpcb(inp); in tcp_input()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c169 tp = intotcpcb(inp); in toepcb_detach()
773 struct tcpcb *tp = intotcpcb(inp); in offload_socket()
806 struct tcpcb *tp = intotcpcb(inp); in undo_offload_socket()
842 struct tcpcb *tp = intotcpcb(inp); in calc_opt0h()
959 struct tcpcb *tp = intotcpcb(inp); in t3_connect()
1059 struct tcpcb *tp = intotcpcb(inp); in send_reset()
1150 tp = intotcpcb(inp); in do_rx_data()
1227 tp = intotcpcb(inp); in do_peer_close()
1290 tp = intotcpcb(inp); in do_close_con_rpl()
1495 tp = intotcpcb(inp); in do_abort_req()
[all …]
HDcxgb_listen.c751 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_cpl_io.c157 struct tcpcb *tp = intotcpcb(inp); /* don't use if INP_DROPPED */ in send_reset()
263 struct tcpcb *tp = intotcpcb(inp); in make_established()
475 struct tcpcb *tp = intotcpcb(toep->inp); in write_tx_wr()
564 struct tcpcb *tp = intotcpcb(inp); in t4_push_frames()
797 struct tcpcb *tp = intotcpcb(inp); in t4_push_pdus()
1078 tp = intotcpcb(inp); in do_peer_close()
1159 tp = intotcpcb(inp); in do_close_con_rpl()
1276 tp = intotcpcb(inp); in do_abort_req()
1400 tp = intotcpcb(inp); in do_rx_data()
1591 tp = intotcpcb(inp); in do_fw4_ack()
HDt4_tom.c192 struct tcpcb *tp = intotcpcb(inp); in offload_socket()
234 struct tcpcb *tp = intotcpcb(inp); in undo_offload_socket()
541 struct tcpcb *tp = intotcpcb(inp); in calc_opt0()
HDt4_connect.c327 struct tcpcb *tp = intotcpcb(inp); in t4_connect()
HDt4_ddp.c174 struct tcpcb *tp = intotcpcb(inp); in insert_ddp_data()
407 tp = intotcpcb(inp); in handle_ddp_data()
HDt4_listen.c1572 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0); in do_pass_establish()
/NextBSD/sys/dev/cxgbe/cxgbei/
HDicl_cxgbei.c536 tp = intotcpcb(inp); in find_offload_adapter()
669 tp = intotcpcb(inp); in icl_cxgbei_conn_handoff()
HDcxgbei.c647 tp = intotcpcb(inp); in do_rx_iscsi_ddp()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDqp.c905 struct tcpcb *tp = intotcpcb(inp); in post_terminate()
1010 struct tcpcb *tp = intotcpcb(inp); in rdma_fini()
1097 struct tcpcb *tp = intotcpcb(inp); in rdma_init()
HDcm.c186 tp = intotcpcb(inp); in set_tcpinfo()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_qp.c875 tp = intotcpcb(inp); in rdma_init()
HDiw_cxgb_hal.c910 tp = intotcpcb(inp); in cxio_rdma_init()
HDiw_cxgb_cm.c195 tp = intotcpcb(inp); in set_tcpinfo()