Searched refs:segs_in (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_sock_fields.c | 105 dst->segs_in = src->segs_in; in tpcpy()
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 2600 u16 segs_in; in tcp_segs_in() local 2602 segs_in = max_t(u16, 1, skb_shinfo(skb)->gso_segs); in tcp_segs_in() 2607 WRITE_ONCE(tp->segs_in, tp->segs_in + segs_in); in tcp_segs_in() 2609 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 16 u32 segs_in read_write tcp_v…
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | tcp.h | 318 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_fastopen.c | 188 tp->segs_in = 0; in tcp_fastopen_add_skb()
|
| H A D | tcp_minisocks.c | 547 newtp->segs_in = 1; in tcp_create_openreq_child()
|
| H A D | tcp.c | 3383 tp->segs_in = 0; in tcp_disconnect() 4203 info->tcpi_segs_in = READ_ONCE(tp->segs_in); in tcp_get_info() 5100 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_rx, segs_in); in tcp_struct_check()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 6388 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member 6831 __u32 segs_in; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 6388 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member 6831 __u32 segs_in; member
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 7289 case offsetof(struct bpf_tcp_sock, segs_in): in bpf_tcp_sock_convert_ctx_access() 7290 BPF_TCP_SOCK_GET_COMMON(segs_in); in bpf_tcp_sock_convert_ctx_access() 10758 case offsetof(struct bpf_sock_ops, segs_in): in sock_ops_convert_ctx_access() 10759 SOCK_OPS_GET_TCP_SOCK_FIELD(segs_in); in sock_ops_convert_ctx_access()
|
| /linux-6.15/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 …
|