Skip to content
Snippets Groups Projects
Select Git revision
  • c8be6a9c10d9f2f6f79320910acf34fe32b39be0
  • master default
  • enum_all_formats_v4
  • enum_all_formats_v3
  • enum_all_formats_v2
  • enum_all_formats
  • stable-1.26
  • stable-1.24
  • stable-1.22
  • stable-1.20
  • stable-1.18
  • stable-1.16
  • stable-1.14
  • stable-1.12
  • stable-1.8
  • stable-1.6
  • stable-1.4
  • stable-1.2
  • stable-0.8
  • stable-1.0
  • stable-1.10
  • v4l-utils-1.28.0
  • v4l-utils-1.26.1
  • v4l-utils-1.26.0
  • v4l-utils-1.24.1
  • v4l-utils-1.24.0
  • v4l-utils-1.22.1
  • v4l-utils-1.22.0
  • v4l-utils-1.20.0
  • v4l-utils-1.18.1
  • v4l-utils-1.16.8
  • v4l-utils-1.18.0
  • v4l-utils-1.16.7
  • v4l-utils-1.14.5
  • v4l-utils-1.12.8
  • v4l-utils-1.14.4
  • v4l-utils-1.16.6
  • v4l-utils-1.16.5
  • v4l-utils-1.12.7
  • v4l-utils-1.14.3
  • v4l-utils-1.16.4
41 results

cec-follower.cpp

Blame
  • xdp.h 239 B
    /* SPDX-License-Identifier: GPL-2.0 */
    #ifndef __NETNS_XDP_H__
    #define __NETNS_XDP_H__
    
    #include <linux/rculist.h>
    #include <linux/mutex.h>
    
    struct netns_xdp {
    	struct mutex		lock;
    	struct hlist_head	list;
    };
    
    #endif /* __NETNS_XDP_H__ */