Home
last modified time | relevance | path

Searched refs:__ICMP_INC_STATS (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/net/ipv4/
Dicmp.c371 __ICMP_INC_STATS(sock_net(sk), ICMP_MIB_OUTERRORS); in icmp_push_reply()
818 __ICMP_INC_STATS(dev_net(skb->dev), ICMP_MIB_INERRORS); in icmp_socket_deliver()
913 __ICMP_INC_STATS(net, ICMP_MIB_INTIMEEXCDS); in icmp_unreach()
951 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in icmp_unreach()
963 __ICMP_INC_STATS(dev_net(skb->dev), ICMP_MIB_INERRORS); in icmp_redirect()
1158 __ICMP_INC_STATS(dev_net(skb_dst(skb)->dev), ICMP_MIB_INERRORS); in icmp_timestamp()
1203 __ICMP_INC_STATS(net, ICMP_MIB_INMSGS); in icmp_rcv()
1278 __ICMP_INC_STATS(net, ICMP_MIB_CSUMERRORS); in icmp_rcv()
1280 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in icmp_rcv()
Dtcp_ipv4.c482 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in tcp_v4_err()
Dudp.c735 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in __udp4_lib_err()
/linux-5.19.10/include/net/
Dicmp.h30 #define __ICMP_INC_STATS(net, field) __SNMP_INC_STATS((net)->mib.icmp_statistics, field) macro
/linux-5.19.10/net/sctp/
Dinput.c641 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in sctp_v4_err()
662 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in sctp_udp_v4_err()
/linux-5.19.10/net/dccp/
Dipv4.c263 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in dccp_v4_err()