Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c233 tp = intotcpcb(inp); in tcp_usr_detach()
382 tp = intotcpcb(inp); in tcp_usr_bind()
426 tp = intotcpcb(inp); in tcp6_usr_bind()
484 tp = intotcpcb(inp); in tcp_usr_listen()
531 tp = intotcpcb(inp); in tcp6_usr_listen()
611 tp = intotcpcb(inp); in tcp_usr_connect()
671 tp = intotcpcb(inp); in tcp6_usr_connect()
790 tp = intotcpcb(inp); in tcp_usr_disconnect()
826 tp = intotcpcb(inp); in tcp_usr_accept()
882 tp = intotcpcb(inp); in tcp6_usr_accept()
[all …]
H A Dtoecore.c218 tp = intotcpcb(inp); in toe_listen_start()
508 struct tcpcb *tp = intotcpcb(inp); in toe_connect_failed()
H A Dtcp_subr.c1055 tp = intotcpcb(inp); in deregister_tcp_functions()
1854 (tp = intotcpcb(inp)) != NULL) { in tcp_ccalgounload()
2170 if ((tcpb = intotcpcb(inpb)) != NULL) { in tcp_drain()
2212 tp = intotcpcb(inp); in tcp_notify()
2510 tp = intotcpcb(inp); in tcp_ctlinput()
2656 tp = intotcpcb(inp); in tcp6_ctlinput()
2873 tp = intotcpcb(inp); in tcp_drop_syn_sent()
2912 tp = intotcpcb(inp); in tcp_mtudisc()
3165 tp = intotcpcb(inp); in sysctl_drop()
3447 struct tcpcb *tp = intotcpcb(inp); in tcp_inptoxtp()
H A Dtcp_var.h521 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro
523 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
H A Dtcp_hpts.c1117 tp = intotcpcb(inp); in __tcp_set_inp_to_drop()
1290 tp = intotcpcb(inp); in tcp_input_data()
1560 tp = intotcpcb(inp); in tcp_hptsi()
H A Dsiftr.c895 tp = intotcpcb(inp); in siftr_chkpkt()
1079 tp = intotcpcb(inp); in siftr_chkpkt6()
H A Dtcp_log_buf.c493 tp = intotcpcb(inp); \
2040 tp = intotcpcb(inp); in tcp_log_getlogbuf()
2220 tp = intotcpcb(inp); in tcp_log_dump_tp_logbuf()
H A Dtcp_syncache.c1017 tp = intotcpcb(inp); in syncache_socket()
1407 pending_counter = intotcpcb(sotoinpcb(*lsop))->t_tfo_pending; in syncache_tfo_expand()
1415 tp = intotcpcb(inp); in syncache_tfo_expand()
H A Dtcp_lro.c942 tp = intotcpcb(inp); in tcp_lro_flush()
H A Dtcp_input.c1005 tp = intotcpcb(inp); in tcp_input()
1138 tp = intotcpcb(inp); in tcp_input()
/f-stack/freebsd/netipsec/
H A Dxform_tcp.c93 tp = intotcpcb(inp); in tcp_ipsec_pcbctl()
111 tp = intotcpcb(inp); in tcp_ipsec_pcbctl()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h521 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro
523 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
/f-stack/freebsd/kern/
H A Duipc_ktls.c770 tp = intotcpcb(inp); in ktls_try_toe()
822 tp = intotcpcb(inp); in ktls_alloc_snd_tag()
1361 tp = intotcpcb(inp); in ktls_reset_send_tag()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c14186 tp = intotcpcb(inp); in rack_set_sockopt()
H A Dbbr.c14360 tp = intotcpcb(inp); in bbr_set_sockopt()