Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv6/
Dicmp.c797 __ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTERRORS); in icmpv6_echo_reply()
852 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in icmpv6_notify()
889 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_INMSGS); in icmpv6_rcv()
990 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_CSUMERRORS); in icmpv6_rcv()
992 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_INERRORS); in icmpv6_rcv()
Dudp.c575 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in __udp6_lib_err()
Dtcp_ipv6.c385 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in tcp_v6_err()
/Linux-v5.10/net/dccp/
Dipv6.c93 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in dccp_v6_err()
/Linux-v5.10/include/net/
Dipv6.h264 #define __ICMP6_INC_STATS(net, idev, field) \ macro
/Linux-v5.10/net/sctp/
Dipv6.c149 __ICMP6_INC_STATS(net, idev, ICMP6_MIB_INERRORS); in sctp_v6_err()