In linux/pfkeyv2.h
I can see following values:
#define SADB_EALG_NONE 0
...
#define SADB_EALG_NULL 11
Anyone can explain what is the difference between those values and how specifying those values in sadb_sa.sadb_sa_encrypt
would affect ipsec encryption?