1IPSEC_TRAP_COUNT(5) Executable programs IPSEC_TRAP_COUNT(5)
2
3
4
6 ipsec_trap_count - KLIPS statistic on number of ACQUIREs
7
9 cat /proc/net/ipsec/stats/trap_count
10
12 Note that trap_count is only supported on the classic KLIPS stack. It
13 is not supported on any other stack and will be completely removed in
14 future versions. A replacement command still needs to be designed
15
17 /proc/net/ipsec/stats/trap_count is a read-only file. It contains a
18 hexadecimal number, the count of attempts to send PF_ACQUIRE messages.
19 Only those successfully passed to userland are counted. Note that the
20 userland may still have lost them on its own.
21
23 /proc/net/ipsec/stats/trap_count
24
26 ipsec(8), ipsec_pf_key(5), trap_sendcount(5), pluto(8)
27
29 Written for the Linux FreeS/WAN project <http://www.freeswan.org/> by
30 Michael C. Richardson <mcr@freeswan.org>
31
33 Paul Wouters
34 placeholder to suppress warning
35
36
37
38libreswan 02/01/2019 IPSEC_TRAP_COUNT(5)