Searched refs:__UDPX_MIB (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 545 #define __UDPX_MIB(sk, ipv4) \ macro 553 #define __UDPX_MIB(sk, ipv4) \ macro 561 __SNMP_INC_STATS(__UDPX_MIB(sk, (sk)->sk_family == AF_INET), field) 644 SNMP_ADD_STATS(__UDPX_MIB(sk, ipv4), UDP_MIB_INERRORS, drop_count); in udp_rcv_segment()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 1812 SNMP_ADD_STATS(__UDPX_MIB(sk, true), UDP_MIB_MEMERRORS, in __udp_enqueue_schedule_skb() 1814 SNMP_ADD_STATS(__UDPX_MIB(sk, true), UDP_MIB_INERRORS, in __udp_enqueue_schedule_skb() 1818 SNMP_ADD_STATS(__UDPX_MIB(sk, false), UDP_MIB_MEMERRORS, in __udp_enqueue_schedule_skb() 1820 SNMP_ADD_STATS(__UDPX_MIB(sk, false), UDP_MIB_INERRORS, in __udp_enqueue_schedule_skb()
|
| /linux/net/ipv6/ |
| H A D | udp.c | 500 mib = __UDPX_MIB(sk, is_udp4); in udpv6_recvmsg()
|