Home
last modified time | relevance | path

Searched refs:TCP_MIB_OUTRSTS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsnmp.h141 TCP_MIB_OUTRSTS, /* OutRsts */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsnmp.h141 TCP_MIB_OUTRSTS, /* OutRsts */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsnmp.h141 TCP_MIB_OUTRSTS, /* OutRsts */ enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dproc.c156 SNMP_MIB_ITEM("OutRsts", TCP_MIB_OUTRSTS),
H A Dtcp_ipv4.c813 __TCP_INC_STATS(net, TCP_MIB_OUTRSTS); in tcp_v4_send_reset()
H A Dtcp_output.c3449 TCP_INC_STATS(sock_net(sk), TCP_MIB_OUTRSTS); in tcp_send_active_reset()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c993 TCP_INC_STATS(net, TCP_MIB_OUTRSTS); in tcp_v6_send_response()