From: Stephen Hemminger Date: Mon, 12 Dec 2016 23:05:59 +0000 (-0800) Subject: update to 4.9 release headers X-Git-Tag: v4.9.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5622cb664cd6fb6f816e811a78d68f630ecdc3;p=thirdparty%2Fiproute2.git update to 4.9 release headers Signed-off-by: Stephen Hemminger --- diff --git a/include/linux/can.h b/include/linux/can.h index 4af39b083..f7a810deb 100644 --- a/include/linux/can.h +++ b/include/linux/can.h @@ -196,5 +196,6 @@ struct can_filter { }; #define CAN_INV_FILTER 0x20000000U /* to be set in can_filter.can_id */ +#define CAN_RAW_FILTER_MAX 512 /* maximum number of can_filter set via setsockopt() */ #endif /* !_UAPI_CAN_H */