Re: IPsec implementation key_spdacquire

2016-10-06 Thread Andrey V. Elsukov
On 06.10.2016 14:01, Rafa Marin Lopez wrote: > In the file key.c in netipsec there is a function: > > key_spdacquire(struct secpolicy *sp) > > which is implemented but in the table: > > > static int (*key_typesw[])(struct socket *, struct mbuf *, const > struct sadb_msghdr *) = { ... > > NULL,

IPsec implementation key_spdacquire

2016-10-06 Thread Rafa Marin Lopez
Dear all: I am a newbie in this mailing list and I am not sure whether this is the right place to ask (let me know otherwise) In the file key.c in netipsec there is a function: key_spdacquire(struct secpolicy *sp) which is implemented but in the table: static int (*key_typesw[])(struct socke