Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv6/
Dicmp.c801 __ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTERRORS); in icmpv6_echo_reply()
859 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in icmpv6_notify()
901 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_INMSGS); in icmpv6_rcv()
1012 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_CSUMERRORS); in icmpv6_rcv()
1014 __ICMP6_INC_STATS(dev_net(dev), idev, ICMP6_MIB_INERRORS); in icmpv6_rcv()
Dudp.c604 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in __udp6_lib_err()
Dtcp_ipv6.c402 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in tcp_v6_err()
/Linux-v6.1/net/sctp/
Dipv6.c182 __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-v6.1/net/dccp/
Dipv6.c100 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in dccp_v6_err()
/Linux-v6.1/include/net/
Dipv6.h278 #define __ICMP6_INC_STATS(net, idev, field) \ macro