Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A 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()
H A Dudp.c576 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in __udp6_lib_err()
H A Dtcp_ipv6.c396 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in tcp_v6_err()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv6.c93 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in dccp_v6_err()
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h264 #define __ICMP6_INC_STATS(net, idev, field) \ macro
/OK3568_Linux_fs/kernel/net/sctp/
H A Dipv6.c149 __ICMP6_INC_STATS(net, idev, ICMP6_MIB_INERRORS); in sctp_v6_err()