Searched refs:IPSTATS_MIB_REASMOKS (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | snmp.h | 41 IPSTATS_MIB_REASMOKS, /* ReasmOKs */ enumerator
|
/linux-6.1.9/net/ipv6/ |
D | reassembly.c | 302 __IP6_INC_STATS(net, __in6_dev_stats_get(dev, skb), IPSTATS_MIB_REASMOKS); in ip6_frag_reasm() 351 ip6_dst_idev(skb_dst(skb)), IPSTATS_MIB_REASMOKS); in ipv6_frag_rcv()
|
D | proc.c | 69 SNMP_MIB_ITEM("Ip6ReasmOKs", IPSTATS_MIB_REASMOKS),
|
/linux-6.1.9/net/ipv4/ |
D | proc.c | 91 SNMP_MIB_ITEM("ReasmOKs", IPSTATS_MIB_REASMOKS),
|
D | ip_fragment.c | 458 __IP_INC_STATS(net, IPSTATS_MIB_REASMOKS); in ip_frag_reasm()
|