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 which records the number of attempts to send
19 PF_ACQUIRE messages. Only those recorded by trap_sendcount were
20 actually successfully passed to userland. Note that the userland may
21 still have lost them on its own.
22
24 /proc/net/ipsec/stats/trap_count
25
27 ipsec(8), ipsec_pf_key(5), trap_sendcount(5), pluto(8)
28
30 Written for the Linux FreeS/WAN project <http://www.freeswan.org/> by
31 Michael C. Richardson <mcr@freeswan.org>
32
34 Paul Wouters
35 placeholder to suppress warning
36
37
38
39libreswan 10/04/2017 IPSEC_TRAP_COUNT(5)