Searched refs:ICMP6_MIB_INERRORS (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/include/uapi/linux/ |
D | snmp.h | 111 ICMP6_MIB_INERRORS, /* InErrors */ enumerator
|
/Linux-v5.15/net/ipv6/ |
D | proc.c | 93 SNMP_MIB_ITEM("Icmp6InErrors", ICMP6_MIB_INERRORS),
|
D | icmp.c | 862 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in icmpv6_notify() 1011 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_INERRORS); in icmpv6_rcv()
|
D | udp.c | 588 ICMP6_MIB_INERRORS); in __udp6_lib_err()
|
D | tcp_ipv6.c | 395 ICMP6_MIB_INERRORS); in tcp_v6_err()
|
/Linux-v5.15/net/sctp/ |
D | ipv6.c | 182 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in sctp_v6_err() 203 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in sctp_udp_v6_err()
|
/Linux-v5.15/net/dccp/ |
D | ipv6.c | 101 ICMP6_MIB_INERRORS); in dccp_v6_err()
|