1IPSEC_CALCGOO(8) IPSEC_CALCGOO(8)
2
3
4
6 ipsec calcgoo - calculate hex value for matching modules and kernels
7
9 ipsec calcgoo
10
11
13 calcgoo accepts the output of nm -ao or /proc/ksyms and extracts a re‐
14 lease dependant list of symbols from it. The symbols are processed to
15 extract the values assigned during the MODVERSIONS process. This
16 process makes sure that Linux modules are only loaded on matching ker‐
17 nels.
18
19
20 This routine is used to find an appropriate module to match the cur‐
21 rently running kernel by _startklips.
22
23
25 /proc/ksyms
26
27
28
30 ipsec__startklips(8), genksyms(8)
31
32
34 Written for the Linux FreeS/WAN project <http://www.freeswan.org:
35 http://www.freeswan.org> by Michael Richardson.
36
37
38
39
40 IPSEC_CALCGOO(8)