Home
last modified time | relevance | path

Searched refs:UDP_MIB_CSUMERRORS (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dsnmp.h164 UDP_MIB_CSUMERRORS, /* InCsumErrors */ enumerator
/linux/net/ipv4/
H A Dudp.c1879 __UDP_INC_STATS(sock_net(sk), UDP_MIB_CSUMERRORS, in __first_packet_length()
2037 __UDP_INC_STATS(net, UDP_MIB_CSUMERRORS, is_udplite); in udp_read_skb()
2152 UDP_INC_STATS(sock_net(sk), UDP_MIB_CSUMERRORS, is_udplite); in udp_recvmsg()
2479 __UDP_INC_STATS(sock_net(sk), UDP_MIB_CSUMERRORS, is_udplite); in udp_queue_rcv_one_skb()
2769 __UDP_INC_STATS(net, UDP_MIB_CSUMERRORS, proto == IPPROTO_UDPLITE); in __udp4_lib_rcv()