Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dicmp.c231 __ICMP6_INC_STATS(net, ip6_dst_idev(dst), in icmpv6_xrlim_allow()
819 __ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTERRORS); in icmpv6_echo_reply()
885 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in icmpv6_notify()
928 __ICMP6_INC_STATS(dev_net_rcu(dev), idev, ICMP6_MIB_INMSGS); in icmpv6_rcv()
1038 __ICMP6_INC_STATS(dev_net_rcu(dev), idev, ICMP6_MIB_CSUMERRORS); in icmpv6_rcv()
1040 __ICMP6_INC_STATS(dev_net_rcu(dev), idev, ICMP6_MIB_INERRORS); in icmpv6_rcv()
H A Dudp.c731 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in __udp6_lib_err()
H A Dtcp_ipv6.c394 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in tcp_v6_err()
/linux-6.15/net/sctp/
H A Dipv6.c180 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in sctp_v6_err()
201 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), ICMP6_MIB_INERRORS); in sctp_udp_v6_err()
/linux-6.15/net/dccp/
H A Dipv6.c101 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in dccp_v6_err()
/linux-6.15/include/net/
H A Dipv6.h281 #define __ICMP6_INC_STATS(net, idev, field) \ macro