Searched refs:sfilter (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Dseccomp.c179 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, argument
185 static inline void seccomp_cache_prepare(struct seccomp_filter *sfilter) argument
364 * @sfilter: The seccomp filter
369 static inline bool seccomp_cache_check_allow(const struct seccomp_filter *sfilter, argument
373 const struct action_cache *cache = &sfilter->cache;
650 struct seccomp_filter *sfilter; local
675 sfilter = kzalloc(sizeof(*sfilter), GFP_KERNEL | __GFP_NOWARN);
676 if (!sfilter)
679 mutex_init(&sfilter
802 seccomp_cache_prepare_bitmap(struct seccomp_filter *sfilter, void *bitmap, const void *bitmap_prev, size_t bitmap_size, int arch) argument
844 seccomp_cache_prepare(struct seccomp_filter *sfilter) argument
[all...]
/linux-master/net/can/
H A Draw.c556 struct can_filter sfilter; /* single filter */ local
582 if (copy_from_sockptr(&sfilter, optval, sizeof(sfilter)))
603 &sfilter, 1);
625 ro->dfilter = sfilter;

Completed in 135 milliseconds