appcnt 481 include/net/ip_vs.h atomic_t appcnt; /* counter of proto app incs. */ appcnt 681 net/netfilter/ipvs/ip_vs_conn.c if (pd && atomic_read(&pd->appcnt)) appcnt 984 net/netfilter/ipvs/ip_vs_conn.c if (unlikely(pd && atomic_read(&pd->appcnt))) appcnt 78 net/netfilter/ipvs/ip_vs_proto.c atomic_set(&pd->appcnt, 0); /* Init app counter */ appcnt 505 net/netfilter/ipvs/ip_vs_proto_sctp.c atomic_inc(&pd->appcnt); appcnt 515 net/netfilter/ipvs/ip_vs_proto_sctp.c atomic_dec(&pd->appcnt); appcnt 631 net/netfilter/ipvs/ip_vs_proto_tcp.c atomic_inc(&pd->appcnt); appcnt 643 net/netfilter/ipvs/ip_vs_proto_tcp.c atomic_dec(&pd->appcnt); appcnt 378 net/netfilter/ipvs/ip_vs_proto_udp.c atomic_inc(&pd->appcnt); appcnt 390 net/netfilter/ipvs/ip_vs_proto_udp.c atomic_dec(&pd->appcnt);