Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c425 ILB_R_KSTAT(rule, pkt_dropped); in ilb_rule_hash()
1387 ILB_R_KSTAT(rule, num_servers); in ilb_server_add()
1556 ILB_R_KSTAT(rule, icmp_dropped); in ilb_icmp_v4()
1580 ILB_R_KSTAT(rule, icmp_dropped); in ilb_icmp_v4()
1597 ILB_R_KSTAT(rule, icmp_dropped); in ilb_icmp_v4()
1614 ILB_R_KSTAT(rule, icmp_dropped); in ilb_icmp_v6()
1654 ILB_R_KSTAT(rule, icmp_dropped); in ilb_icmp_v6()
1799 ILB_R_KSTAT(rule, pkt_dropped); in ilb_check()
1822 ILB_R_KSTAT(rule, pkt_dropped); in ilb_check()
1846 ILB_R_KSTAT(rule, pkt_dropped); in ilb_check()
[all …]
H A Dilb_impl.h74 #define ILB_R_KSTAT(rule, x) \ macro