Searched refs:ICMP_MIB_INERRORS (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | icmp.c | 760 __ICMP_INC_STATS(dev_net(skb->dev), ICMP_MIB_INERRORS); in icmp_socket_deliver() 890 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in icmp_unreach() 902 __ICMP_INC_STATS(dev_net(skb->dev), ICMP_MIB_INERRORS); in icmp_redirect() 982 __ICMP_INC_STATS(dev_net(skb_dst(skb)->dev), ICMP_MIB_INERRORS); in icmp_timestamp() 1080 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in icmp_rcv()
|
| D | proc.c | 352 snmp_fold_field(net->mib.icmp_statistics, ICMP_MIB_INERRORS), in icmp_put()
|
| D | tcp_ipv4.c | 446 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in tcp_v4_err()
|
| D | udp.c | 659 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in __udp4_lib_err()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | snmp.h | 72 ICMP_MIB_INERRORS, /* InErrors */ enumerator
|
| /Linux-v5.4/net/dccp/ |
| D | ipv4.c | 257 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in dccp_v4_err()
|
| /Linux-v5.4/net/sctp/ |
| D | input.c | 595 __ICMP_INC_STATS(net, ICMP_MIB_INERRORS); in sctp_v4_err()
|