Searched refs:ICMP_MIB_INERRORS (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/net/ipv4/ |
| D | icmp.c | 817 __ICMP_INC_STATS(dev_net(skb->dev), ICMP_MIB_INERRORS); in icmp_socket_deliver() 947 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in icmp_unreach() 959 __ICMP_INC_STATS(dev_net(skb->dev), ICMP_MIB_INERRORS); in icmp_redirect() 1039 __ICMP_INC_STATS(dev_net(skb_dst(skb)->dev), ICMP_MIB_INERRORS); in icmp_timestamp() 1137 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in icmp_rcv()
|
| D | proc.c | 357 snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_INERRORS), in icmp_put()
|
| D | udp.c | 716 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in __udp4_lib_err()
|
| D | tcp_ipv4.c | 481 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in tcp_v4_err()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | snmp.h | 72 ICMP_MIB_INERRORS, /* InErrors */ enumerator
|
| /Linux-v5.10/net/dccp/ |
| D | ipv4.c | 257 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in dccp_v4_err()
|
| /Linux-v5.10/net/sctp/ |
| D | input.c | 596 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in sctp_v4_err()
|