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 | 2524 u16 segs_in; in tcp_segs_in() local 2526 segs_in = max_t(u16, 1, skb_shinfo(skb)->gso_segs); in tcp_segs_in() 2531 WRITE_ONCE(tp->segs_in, tp->segs_in + segs_in); in tcp_segs_in() 2533 WRITE_ONCE(tp->data_segs_in, tp->data_segs_in + segs_in); in tcp_segs_in()
|
/linux/Documentation/networking/net_cachelines/ |
H A D | tcp_sock.rst | 15 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/include/linux/ |
H A D | tcp.h | 314 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member
|
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 188 tp->segs_in = 0; in tcp_fastopen_add_skb()
|
H A D | tcp_minisocks.c | 537 newtp->segs_in = 1; in tcp_create_openreq_child()
|
H A D | tcp.c | 3356 tp->segs_in = 0; in tcp_disconnect() 4155 info->tcpi_segs_in = READ_ONCE(tp->segs_in); in tcp_get_info() 5038 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 | 6368 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member 6811 __u32 segs_in; member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6368 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn member 6811 __u32 segs_in; member
|
/linux/net/core/ |
H A D | filter.c | 7209 case offsetof(struct bpf_tcp_sock, segs_in): in bpf_tcp_sock_convert_ctx_access() 7210 BPF_TCP_SOCK_GET_COMMON(segs_in); in bpf_tcp_sock_convert_ctx_access() 10679 case offsetof(struct bpf_sock_ops, segs_in): in sock_ops_convert_ctx_access() 10680 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 …
|