Subject: Re: IPSEC anyone?
To: Matt Thomas <matt@3am-software.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 03/16/1998 10:06:28
On Mon, 16 Mar 1998 10:01:43 -0500
Matt Thomas <matt@3am-software.com> wrote:
> For IPsec I need to add few things to the session structure (to
> maintain one's default identity) and the proc structure (for
> policy). For the latter, I'd like a generic list to the proc
> structure which would be
>
> struct proc_extension {
> LIST_ENTRY(proc_extension) pext_qentry;
> int (*pext_handler)(struct proc *p, int why,
> struct proc_extension *pext);
> }
> #define PEXT_FORK 1
> #define PEXT_VFORK 2
Why are fork and vfork treated differently?
Jason R. Thorpe thorpej@nas.nasa.gov
NASA Ames Research Center Home: +1 408 866 1912
NAS: M/S 258-5 Work: +1 650 604 0935
Moffett Field, CA 94035 Pager: +1 415 428 6939