Home
last modified time | relevance | path

Searched defs:tcp_sock (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dtcp.h194 struct tcp_sock { global() struct
204 inet_conntcp_sock global() argument
212 retransmit_skb_hinttcp_sock global() argument
230 is_cwnd_limitedtcp_sock global() argument
251 recvmsg_inqtcp_sock global() argument
255 segs_outtcp_sock global() argument
280 ecn_flagstcp_sock global() argument
308 rate_app_limitedtcp_sock global() argument
312 bytes_receivedtcp_sock global() argument
317 segs_intcp_sock global() argument
320 data_segs_intcp_sock global() argument
346 rcvq_spacetcp_sock global() argument
354 dsack_dupstcp_sock global() argument
357 compressed_ack_rcv_nxttcp_sock global() argument
358 tsq_nodetcp_sock global() argument
361 tcp_racktcp_sock global() argument
371 racktcp_sock global() argument
372 compressed_acktcp_sock global() argument
373 dup_ack_countertcp_sock global() argument
374 tlp_retranstcp_sock global() argument
375 unusedtcp_sock global() argument
376 thin_ltotcp_sock global() argument
377 fastopen_connecttcp_sock global() argument
378 fastopen_no_cookietcp_sock global() argument
379 fastopen_client_failtcp_sock global() argument
380 frtotcp_sock global() argument
381 repair_queuetcp_sock global() argument
382 save_syntcp_sock global() argument
383 syn_datatcp_sock global() argument
384 syn_fastopentcp_sock global() argument
385 syn_fastopen_exptcp_sock global() argument
386 syn_fastopen_chtcp_sock global() argument
387 syn_data_ackedtcp_sock global() argument
388 syn_fastopen_childtcp_sock global() argument
390 keepalive_probestcp_sock global() argument
391 tcp_tx_delaytcp_sock global() argument
394 mdev_max_ustcp_sock global() argument
396 reord_seentcp_sock global() argument
401 snd_cwnd_cnttcp_sock global() argument
402 snd_cwnd_clamptcp_sock global() argument
403 snd_cwnd_usedtcp_sock global() argument
404 snd_cwnd_stamptcp_sock global() argument
405 prior_cwndtcp_sock global() argument
406 prr_deliveredtcp_sock global() argument
408 last_oow_ack_timetcp_sock global() argument
410 pacing_timertcp_sock global() argument
411 compressed_ack_timertcp_sock global() argument
413 ooo_last_skbtcp_sock global() argument
416 duplicate_sacktcp_sock global() argument
417 selective_ackstcp_sock global() argument
419 recv_sack_cachetcp_sock global() argument
421 prior_ssthreshtcp_sock global() argument
422 high_seqtcp_sock global() argument
424 retrans_stamptcp_sock global() argument
427 undo_markertcp_sock global() argument
428 undo_retranstcp_sock global() argument
429 bytes_retranstcp_sock global() argument
432 total_retranstcp_sock global() argument
433 rto_stamptcp_sock global() argument
434 total_rtotcp_sock global() argument
437 total_rto_recoveriestcp_sock global() argument
440 total_rto_timetcp_sock global() argument
442 urg_seqtcp_sock global() argument
443 keepalive_timetcp_sock global() argument
444 keepalive_intvltcp_sock global() argument
446 linger2tcp_sock global() argument
451 bpf_sock_ops_cb_flagstcp_sock global() argument
454 bpf_chg_cc_inprogresstcp_sock global() argument
488 af_specifictcp_sock global() argument
492 md5sig_infotcp_sock global() argument
495 ao_infotcp_sock global() argument
500 fastopen_reqtcp_sock global() argument
504 fastopen_rsktcp_sock global() argument
505 saved_syntcp_sock global() argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c44 struct tcp_sock { struct
48 struct bpf_tcp_sock listen_tp = {}; argument
/linux/net/ipv4/
H A Dbpf_tcp_ca.c121 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2()
/linux/net/mptcp/
H A Dprotocol.h578 struct sock *tcp_sock; /* tcp sk backpointer */ member