Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dicmp.c756 __ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTERRORS); in icmpv6_echo_reply()
811 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in icmpv6_notify()
848 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_INMSGS); in icmpv6_rcv()
949 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_CSUMERRORS); in icmpv6_rcv()
951 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_INERRORS); in icmpv6_rcv()
Dudp.c520 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in __udp6_lib_err()
Dtcp_ipv6.c380 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in tcp_v6_err()
/Linux-v5.4/net/dccp/
Dipv6.c93 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in dccp_v6_err()
/Linux-v5.4/include/net/
Dipv6.h264 #define __ICMP6_INC_STATS(net, idev, field) \ macro
/Linux-v5.4/net/sctp/
Dipv6.c149 __ICMP6_INC_STATS(net, idev, ICMP6_MIB_INERRORS); in sctp_v6_err()