lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 22 Dec 2013 18:56:28 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	dborkman@...hat.com
Cc:	netdev@...r.kernel.org, darkjames-ws@...kjames.pl
Subject: Re: [PATCH net-next 2/2] netlink: specify netlink packet direction
 for nlmon

From: Daniel Borkmann <dborkman@...hat.com>
Date: Thu, 19 Dec 2013 02:29:39 +0100

> @@ -29,6 +29,9 @@ struct sockaddr_ll {
>  /* These ones are invisible by user level */
>  #define PACKET_LOOPBACK		5		/* MC/BRD frame looped back */
>  #define PACKET_FASTROUTE	6		/* Fastrouted frame	*/
> +/* These ones are for nlmon devices */
> +#define PACKET_USER		0		/* To user space */
> +#define PACKET_KERNEL		1		/* To kernel space */

I know it is tempting to do so, but please do not reuse values
like this.

THanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ