Searched refs:IPSTATS_MIB_REASMFAILS (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ip_fragment.c | 163 __IP_INC_STATS(net, IPSTATS_MIB_REASMFAILS); in ip_expire() 249 __IP_INC_STATS(qp->q.fqdir->net, IPSTATS_MIB_REASMFAILS); in ip_frag_too_far() 405 __IP_INC_STATS(net, IPSTATS_MIB_REASMFAILS); in ip_frag_queue() 484 __IP_INC_STATS(net, IPSTATS_MIB_REASMFAILS); in ip_frag_reasm() 511 __IP_INC_STATS(net, IPSTATS_MIB_REASMFAILS); in ip_defrag()
|
H A D | proc.c | 92 SNMP_MIB_ITEM("ReasmFails", IPSTATS_MIB_REASMFAILS),
|
/openbmc/linux/net/ipv6/ |
H A D | reassembly.c | 243 IPSTATS_MIB_REASMFAILS); in ip6_frag_queue() 321 __IP6_INC_STATS(net, __in6_dev_stats_get(dev, skb), IPSTATS_MIB_REASMFAILS); in ip6_frag_reasm() 402 __IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMFAILS); in ipv6_frag_rcv()
|
H A D | proc.c | 70 SNMP_MIB_ITEM("Ip6ReasmFails", IPSTATS_MIB_REASMFAILS),
|
/openbmc/linux/include/net/ |
H A D | ipv6_frag.h | 86 __IP6_INC_STATS(net, __in6_dev_get(dev), IPSTATS_MIB_REASMFAILS); in ip6frag_expire_frag_queue()
|
/openbmc/linux/include/uapi/linux/ |
H A D | snmp.h | 42 IPSTATS_MIB_REASMFAILS, /* ReasmFails */ enumerator
|