Searched refs:segs_in (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_sock_fields.c | 105 dst->segs_in = src->segs_in; in tpcpy()
|
| /linux/include/net/ |
| H A D | tcp.h | 2701 u16 segs_in; in tcp_segs_in() local 2703 segs_in = max_t(u16, 1, skb_shinfo(skb)->gso_segs); in tcp_segs_in() 2708 WRITE_ONCE(tp->segs_in, tp->segs_in + segs_in); in tcp_segs_in() 2710 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
|
| /linux/include/linux/ |
| H A D | tcp.h | 333 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 16 u32 segs_in read_write tcp_v…
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_fields.c | 96 tp->segs_in, tp->data_segs_in, tp->segs_out, in print_tp()
|
| /linux/net/ipv4/ |
| H A D | tcp_fastopen.c | 275 tp->segs_in = 0; in tcp_fastopen_add_skb()
|
| H A D | tcp_minisocks.c | 577 newtp->segs_in = 1; in tcp_create_openreq_child()
|
| H A D | tcp.c | 3493 tp->segs_in = 0; in tcp_disconnect() 4349 info->tcpi_segs_in = READ_ONCE(tp->segs_in); in tcp_get_info() 5247 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, segs_in); in tcp_struct_check()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6475 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn 6932 __u32 segs_in; 6447 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn global() member 6904 __u32 segs_in; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6475 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn 6932 __u32 segs_in; 6447 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn global() member 6904 __u32 segs_in; global() member
|
| /linux/net/core/ |
| H A D | filter.c | 7412 case offsetof(struct bpf_tcp_sock, segs_in): in bpf_tcp_sock_convert_ctx_access() 7413 BPF_TCP_SOCK_GET_COMMON(segs_in); in bpf_tcp_sock_convert_ctx_access() 10890 case offsetof(struct bpf_sock_ops, segs_in): in sock_ops_convert_ctx_access() 10891 SOCK_OPS_GET_TCP_SOCK_FIELD(segs_in); in sock_ops_convert_ctx_access()
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 1218 …s:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 bytes_acked:1 segs_out:2 segs_in:1 send 118.2Mbps …
|