diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 182ca99405ad..5a34e2f03657 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -664,6 +664,7 @@ enum sock_flags { | |||
664 | * Will use last 4 bytes of packet sent from | 664 | * Will use last 4 bytes of packet sent from |
665 | * user-space instead. | 665 | * user-space instead. |
666 | */ | 666 | */ |
667 | SOCK_FILTER_LOCKED, /* Filter cannot be changed anymore */ | ||
667 | }; | 668 | }; |
668 | 669 | ||
669 | static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) | 670 | static inline void sock_copy_flags(struct sock *nsk, struct sock *osk) |