Searched refs:appcnt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c1047 atomic_inc(&ip_vs_protocol_sctp.appcnt);
1057 atomic_dec(&ip_vs_protocol_sctp.appcnt);
1117 .appcnt = ATOMIC_INIT(0),
H A Dip_vs_proto_tcp.c576 atomic_inc(&ip_vs_protocol_tcp.appcnt);
588 atomic_dec(&ip_vs_protocol_tcp.appcnt);
666 .appcnt = ATOMIC_INIT(0),
H A Dip_vs_proto_udp.c358 atomic_inc(&ip_vs_protocol_udp.appcnt);
370 atomic_dec(&ip_vs_protocol_udp.appcnt);
H A Dip_vs_conn.c812 if (unlikely(pp && atomic_read(&pp->appcnt)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_vs.h298 atomic_t appcnt; /* counter of proto app incs */ member in struct:ip_vs_protocol

Completed in 60 milliseconds