1IPSEC_TRAP_COUNT(5) IPSEC_TRAP_COUNT(5)
2
3
4
6 trap_count - KLIPS statistic on number of ACQUIREs
7
9 cat /proc/net/ipsec/stats/trap_count
10
11
13 Note that trap_count is only supported on the classic KLIPS stack. It
14 is not supported on any other stack and will be completely removed in
15 future versions. A replacement command still needs to be designed
16
17
19 /proc/net/ipsec/stats/trap_count is a read-only file. It contains a
20 hexadecimal number which records the number of attempts to send PF_AC‐
21 QUIRE messages. Only those recorded by trap_sendcount were actually
22 successfully passed to userland. Note that the userland may still have
23 lost them on its own.
24
25
27 /proc/net/ipsec/stats/trap_sendcount
28
29
31 ipsec(8), ipsec_pf_key(5), trap_sendcount(5), pluto(8)
32
33
35 Written for the Linux FreeS/WAN project <http://www.freeswan.org/:
36 http://www.freeswan.org/> by Michael C. Richardson <mcr@freeswan.org>
37
38
39
40
41 IPSEC_TRAP_COUNT(5)