Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/linux/drivers/s390/cio/
H A Didset.c26 struct idset *set; in idset_new() local
38 void idset_free(struct idset *set) in idset_free()
43 void idset_fill(struct idset *set) in idset_fill()
49 static inline void idset_add(struct idset *set, int ssid, int id) in idset_add()
54 static inline void idset_del(struct idset *set, int ssid, int id) in idset_del()
59 static inline int idset_contains(struct idset *set, int ssid, int id) in idset_contains()
69 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add()
74 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del()
80 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq()
87 int idset_sch_contains(struct idset *set, struct subchannel_id schid) in idset_sch_contains()
[all …]
/linux/net/netfilter/ipset/
H A Dip_set_list_set.c29 struct ip_set *set; /* Sigh, in order to cleanup reference */ member
43 struct ip_set *set; /* attached to this ip_set */ member
49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, in list_set_ktest()
74 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, in list_set_kadd()
94 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, in list_set_kdel()
114 list_set_kadt(struct ip_set *set, const struct sk_buff *skb, in list_set_kadt()
146 struct ip_set *set = e->set; in __list_set_del_rcu() local
153 list_set_del(struct ip_set *set, struct set_elem *e) in list_set_del()
164 list_set_replace(struct ip_set *set, struct set_elem *e, struct set_elem *old) in list_set_replace()
174 set_cleanup_entries(struct ip_set *set) in set_cleanup_entries()
[all …]
H A Dip_set_bitmap_gen.h36 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument
39 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init()
48 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup()
59 mtype_destroy(struct ip_set *set) in mtype_destroy()
72 mtype_flush(struct ip_set *set) in mtype_flush()
92 mtype_head(struct ip_set *set, struct sk_buff *skb) in mtype_head()
116 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test()
130 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add()
175 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del()
203 mtype_list(const struct ip_set *set, in mtype_list()
[all …]
H A Dip_set_core.c346 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, in ip_set_init_comment()
387 ip_set_comment_free(struct ip_set *set, void *ptr) in ip_set_comment_free()
440 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, in ip_set_elem_len()
467 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], in ip_set_get_extensions()
564 ip_set_put_extensions(struct sk_buff *skb, const struct ip_set *set, in ip_set_put_extensions()
638 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, in ip_set_match_extensions()
674 __ip_set_get(struct ip_set *set) in __ip_set_get()
682 __ip_set_put(struct ip_set *set) in __ip_set_put()
694 __ip_set_get_netlink(struct ip_set *set) in __ip_set_get_netlink()
702 __ip_set_put_netlink(struct ip_set *set) in __ip_set_put_netlink()
[all …]
H A Dip_set_hash_gen.h19 #define ipset_dereference_set(p, set) \ argument
77 struct ip_set *set; /* Set the gc belongs to */ member
159 #define SET_ELEM_EXPIRED(set, d) \ argument
326 mtype_add_cidr(struct ip_set *set, struct htype *h, u8 cidr, u8 n) in mtype_add_cidr() argument
353 mtype_del_cidr(struct ip_set * set,struct htype * h,u8 cidr,u8 n) mtype_del_cidr() argument
386 mtype_ext_cleanup(struct ip_set * set,struct hbucket * n) mtype_ext_cleanup() argument
397 mtype_flush(struct ip_set * set) mtype_flush() argument
429 mtype_ahash_destroy(struct ip_set * set,struct htable * t,bool ext_destroy) mtype_ahash_destroy() argument
450 mtype_destroy(struct ip_set * set) mtype_destroy() argument
484 mtype_gc_do(struct ip_set * set,struct htype * h,struct htable * t,u32 r) mtype_gc_do() argument
560 struct ip_set *set; mtype_gc() local
602 mtype_cancel_gc(struct ip_set * set) mtype_cancel_gc() argument
622 mtype_resize(struct ip_set * set,bool retried) mtype_resize() argument
808 mtype_ext_size(struct ip_set * set,u32 * elements,size_t * ext_size) mtype_ext_size() argument
839 mtype_add(struct ip_set * set,void * value,const struct ip_set_ext * ext,struct ip_set_ext * mext,u32 flags) mtype_add() argument
1034 mtype_del(struct ip_set * set,void * value,const struct ip_set_ext * ext,struct ip_set_ext * mext,u32 flags) mtype_del() argument
1146 mtype_data_match(struct mtype_elem * data,const struct ip_set_ext * ext,struct ip_set_ext * mext,struct ip_set * set,u32 flags) mtype_data_match() argument
1159 mtype_test_cidrs(struct ip_set * set,struct mtype_elem * d,const struct ip_set_ext * ext,struct ip_set_ext * mext,u32 flags) mtype_test_cidrs() argument
1215 mtype_test(struct ip_set * set,void * value,const struct ip_set_ext * ext,struct ip_set_ext * mext,u32 flags) mtype_test() argument
1264 mtype_head(struct ip_set * set,struct sk_buff * skb) mtype_head() argument
1329 mtype_uref(struct ip_set * set,struct netlink_callback * cb,bool start) mtype_uref() argument
1353 mtype_list(const struct ip_set * set,struct sk_buff * skb,struct netlink_callback * cb) mtype_list() argument
[all...]
/linux/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio()
86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio()
157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio()
188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio()
221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio()
259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio()
292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio()
328 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio()
369 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio()
408 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio()
[all …]
/linux/net/netfilter/
H A Dnft_set_hash.c38 const struct nft_set *set; global() member
85 nft_rhash_lookup(const struct net * net,const struct nft_set * set,const u32 * key) nft_rhash_lookup() argument
105 nft_rhash_get(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,unsigned int flags) nft_rhash_get() argument
125 nft_rhash_update(struct nft_set * set,const u32 * key,const struct nft_expr * expr,struct nft_regs * regs) nft_rhash_update() argument
169 nft_rhash_insert(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,struct nft_elem_priv ** elem_priv) nft_rhash_insert() argument
194 nft_rhash_activate(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_rhash_activate() argument
203 nft_rhash_flush(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_rhash_flush() argument
212 nft_rhash_deactivate(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem) nft_rhash_deactivate() argument
235 nft_rhash_remove(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_rhash_remove() argument
244 nft_rhash_delete(const struct nft_set * set,const u32 * key) nft_rhash_delete() argument
264 nft_rhash_walk(const struct nft_ctx * ctx,struct nft_set * set,struct nft_set_iter * iter) nft_rhash_walk() argument
298 nft_rhash_expr_needs_gc_run(const struct nft_set * set,struct nft_set_ext * ext) nft_rhash_expr_needs_gc_run() argument
318 struct nft_set *set; nft_rhash_gc() local
410 nft_rhash_gc_init(const struct nft_set * set) nft_rhash_gc_init() argument
418 nft_rhash_init(const struct nft_set * set,const struct nft_set_desc * desc,const struct nlattr * const tb[]) nft_rhash_init() argument
444 const struct nft_set *set; global() member
456 nft_rhash_destroy(const struct nft_ctx * ctx,const struct nft_set * set) nft_rhash_destroy() argument
506 nft_hash_lookup(const struct net * net,const struct nft_set * set,const u32 * key) nft_hash_lookup() argument
525 nft_hash_get(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,unsigned int flags) nft_hash_get() argument
545 nft_hash_lookup_fast(const struct net * net,const struct nft_set * set,const u32 * key) nft_hash_lookup_fast() argument
565 nft_jhash(const struct nft_set * set,const struct nft_hash * priv,const struct nft_set_ext * ext) nft_jhash() argument
582 nft_hash_insert(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,struct nft_elem_priv ** elem_priv) nft_hash_insert() argument
604 nft_hash_activate(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_hash_activate() argument
613 nft_hash_flush(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_hash_flush() argument
622 nft_hash_deactivate(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem) nft_hash_deactivate() argument
643 nft_hash_remove(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_hash_remove() argument
651 nft_hash_walk(const struct nft_ctx * ctx,struct nft_set * set,struct nft_set_iter * iter) nft_hash_walk() argument
680 nft_hash_init(const struct nft_set * set,const struct nft_set_desc * desc,const struct nlattr * const tb[]) nft_hash_init() argument
693 nft_hash_destroy(const struct nft_ctx * ctx,const struct nft_set * set) nft_hash_destroy() argument
[all...]
H A Dnft_set_rbtree.c42 static int nft_rbtree_cmp(const struct nft_set *set, in nft_rbtree_cmp() argument
56 __nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in __nft_rbtree_lookup() argument
115 nft_rbtree_lookup(const struct net *net, const struct nft_set *set, in nft_rbtree_lookup() argument
134 __nft_rbtree_get(const struct net * net,const struct nft_set * set,const u32 * key,struct nft_rbtree_elem ** elem,unsigned int seq,unsigned int flags,u8 genmask) __nft_rbtree_get() argument
199 nft_rbtree_get(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,unsigned int flags) nft_rbtree_get() argument
224 nft_rbtree_gc_elem_remove(struct net * net,struct nft_set * set,struct nft_rbtree * priv,struct nft_rbtree_elem * rbe) nft_rbtree_gc_elem_remove() argument
237 struct nft_set *set = (struct nft_set *)__set; nft_rbtree_gc_elem() local
289 nft_rbtree_update_first(const struct nft_set * set,struct nft_rbtree_elem * rbe,struct rb_node * first) nft_rbtree_update_first() argument
305 __nft_rbtree_insert(const struct net * net,const struct nft_set * set,struct nft_rbtree_elem * new,struct nft_elem_priv ** elem_priv) __nft_rbtree_insert() argument
484 nft_rbtree_insert(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,struct nft_elem_priv ** elem_priv) nft_rbtree_insert() argument
518 nft_rbtree_remove(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_rbtree_remove() argument
528 nft_rbtree_activate(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_rbtree_activate() argument
537 nft_rbtree_flush(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_rbtree_flush() argument
546 nft_rbtree_deactivate(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem) nft_rbtree_deactivate() argument
588 nft_rbtree_walk(const struct nft_ctx * ctx,struct nft_set * set,struct nft_set_iter * iter) nft_rbtree_walk() argument
613 nft_rbtree_gc_remove(struct net * net,struct nft_set * set,struct nft_rbtree * priv,struct nft_rbtree_elem * rbe) nft_rbtree_gc_remove() argument
621 nft_rbtree_gc(struct nft_set * set) nft_rbtree_gc() argument
689 nft_rbtree_init(const struct nft_set * set,const struct nft_set_desc * desc,const struct nlattr * const nla[]) nft_rbtree_init() argument
705 nft_rbtree_destroy(const struct nft_ctx * ctx,const struct nft_set * set) nft_rbtree_destroy() argument
736 nft_rbtree_commit(struct nft_set * set) nft_rbtree_commit() argument
744 nft_rbtree_gc_init(const struct nft_set * set) nft_rbtree_gc_init() argument
768 nft_rbtree_adjust_maxsize(const struct nft_set * set) nft_rbtree_adjust_maxsize() argument
[all...]
H A Dnft_set_bitmap.c52 static inline void nft_bitmap_location(const struct nft_set *set, in nft_bitmap_location()
79 nft_bitmap_lookup(const struct net *net, const struct nft_set *set, in nft_bitmap_lookup()
97 const struct nft_set *set, struct nft_bitmap_elem *this, in nft_bitmap_elem_find()
116 nft_bitmap_get(const struct net *net, const struct nft_set *set, in nft_bitmap_get()
133 static int nft_bitmap_insert(const struct net *net, const struct nft_set *set, in nft_bitmap_insert()
156 static void nft_bitmap_remove(const struct net *net, const struct nft_set *set, in nft_bitmap_remove()
171 const struct nft_set *set, in nft_bitmap_activate()
186 const struct nft_set *set, in nft_bitmap_flush()
201 nft_bitmap_deactivate(const struct net *net, const struct nft_set *set, in nft_bitmap_deactivate()
223 struct nft_set *set, in nft_bitmap_walk()
[all …]
H A Dnft_set_pipapo.c534 nft_pipapo_lookup(const struct net * net,const struct nft_set * set,const u32 * key) nft_pipapo_lookup() argument
560 nft_pipapo_get(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,unsigned int flags) nft_pipapo_get() argument
1229 nft_pipapo_transaction_mutex_held(const struct nft_set * set) global() argument
1248 pipapo_maybe_clone(const struct nft_set * set) global() argument
1272 nft_pipapo_insert(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem,struct nft_elem_priv ** elem_priv) global() argument
1662 nft_pipapo_gc_deactivate(struct net * net,struct nft_set * set,struct nft_pipapo_elem * e) global() argument
1674 pipapo_gc(struct nft_set * set,struct nft_pipapo_match * m) global() argument
1788 nft_pipapo_commit(struct nft_set * set) global() argument
1807 nft_pipapo_abort(const struct nft_set * set) global() argument
1829 nft_pipapo_activate(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) global() argument
1846 nft_pipapo_deactivate(const struct net * net,const struct nft_set * set,const struct nft_set_elem * elem) global() argument
1886 nft_pipapo_flush(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) global() argument
2021 nft_pipapo_remove(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) global() argument
2088 nft_pipapo_do_walk(const struct nft_ctx * ctx,struct nft_set * set,const struct nft_pipapo_match * m,struct nft_set_iter * iter) global() argument
2127 nft_pipapo_walk(const struct nft_ctx * ctx,struct nft_set * set,struct nft_set_iter * iter) global() argument
2207 nft_pipapo_init(const struct nft_set * set,const struct nft_set_desc * desc,const struct nlattr * const nla[]) global() argument
2279 nft_set_pipapo_match_destroy(const struct nft_ctx * ctx,const struct nft_set * set,struct nft_pipapo_match * m) global() argument
2306 nft_pipapo_destroy(const struct nft_ctx * ctx,const struct nft_set * set) global() argument
2333 nft_pipapo_gc_init(const struct nft_set * set) global() argument
[all...]
H A Dnf_tables_api.c209 __nft_set_trans_bind(const struct nft_ctx * ctx,struct nft_set * set,bool bind) __nft_set_trans_bind() argument
234 nft_set_trans_bind(const struct nft_ctx * ctx,struct nft_set * set) nft_set_trans_bind() argument
239 nft_set_trans_unbind(const struct nft_ctx * ctx,struct nft_set * set) nft_set_trans_unbind() argument
743 __nft_trans_set_add(const struct nft_ctx * ctx,int msg_type,struct nft_set * set,const struct nft_set_desc * desc) __nft_trans_set_add() argument
775 nft_trans_set_add(const struct nft_ctx * ctx,int msg_type,struct nft_set * set) nft_trans_set_add() argument
781 nft_mapelem_deactivate(const struct nft_ctx * ctx,struct nft_set * set,const struct nft_set_iter * iter,struct nft_elem_priv * elem_priv) nft_mapelem_deactivate() argument
803 nft_map_catchall_deactivate(const struct nft_ctx * ctx,struct nft_set * set) nft_map_catchall_deactivate() argument
820 nft_map_deactivate(const struct nft_ctx * ctx,struct nft_set * set) nft_map_deactivate() argument
834 nft_delset(const struct nft_ctx * ctx,struct nft_set * set) nft_delset() argument
1666 struct nft_set *set, *ns; nft_flush_table() local
4156 nft_setelem_validate(const struct nft_ctx * ctx,struct nft_set * set,const struct nft_set_iter * iter,struct nft_elem_priv * elem_priv) nft_setelem_validate() argument
4189 nft_set_catchall_validate(const struct nft_ctx * ctx,struct nft_set * set) nft_set_catchall_validate() argument
4679 struct nft_set *set; nft_set_lookup() local
4697 struct nft_set *set; nft_set_lookup_byhandle() local
4717 struct nft_set *set = trans->set; nft_set_lookup_byid() local
4733 struct nft_set *set; nft_set_lookup_global() local
4746 nf_tables_set_alloc_name(struct nft_ctx * ctx,struct nft_set * set,const char * name) nf_tables_set_alloc_name() argument
4824 nf_tables_fill_set_concat(struct sk_buff * skb,const struct nft_set * set) nf_tables_fill_set_concat() argument
4859 nf_tables_fill_set_info(struct sk_buff * skb,const struct nft_set * set) nf_tables_fill_set_info() argument
4880 nf_tables_fill_set(struct sk_buff * skb,const struct nft_ctx * ctx,const struct nft_set * set,u16 event,u16 flags) nf_tables_fill_set() argument
4992 nf_tables_set_notify(const struct nft_ctx * ctx,const struct nft_set * set,int event,gfp_t gfp_flags) nf_tables_set_notify() argument
5026 const struct nft_set *set; nf_tables_dump_sets() local
5112 const struct nft_set *set; nf_tables_getset() local
5242 nft_set_expr_alloc(struct nft_ctx * ctx,struct nft_set * set,const struct nlattr * const * nla,struct nft_expr ** exprs,int * num_exprs,u32 flags) nft_set_expr_alloc() argument
5295 nft_set_is_same(const struct nft_set * set,const struct nft_set_desc * desc,struct nft_expr * exprs[],u32 num_exprs,u32 flags) nft_set_is_same() argument
5343 struct nft_set *set; nf_tables_newset() local
5638 nft_set_catchall_destroy(const struct nft_ctx * ctx,struct nft_set * set) nft_set_catchall_destroy() argument
5649 nft_set_put(struct nft_set * set) nft_set_put() argument
5657 nft_set_destroy(const struct nft_ctx * ctx,struct nft_set * set) nft_set_destroy() argument
5681 struct nft_set *set; nf_tables_delset() local
5729 nft_setelem_data_validate(const struct nft_ctx * ctx,struct nft_set * set,struct nft_elem_priv * elem_priv) nft_setelem_data_validate() argument
5743 nf_tables_bind_check_setelem(const struct nft_ctx * ctx,struct nft_set * set,const struct nft_set_iter * iter,struct nft_elem_priv * elem_priv) nf_tables_bind_check_setelem() argument
5756 nft_set_catchall_bind_check(const struct nft_ctx * ctx,struct nft_set * set) nft_set_catchall_bind_check() argument
5777 nf_tables_bind_set(const struct nft_ctx * ctx,struct nft_set * set,struct nft_set_binding * binding) nf_tables_bind_set() argument
5822 nf_tables_unbind_set(const struct nft_ctx * ctx,struct nft_set * set,struct nft_set_binding * binding,bool event) nf_tables_unbind_set() argument
5841 nft_mapelem_activate(const struct nft_ctx * ctx,struct nft_set * set,const struct nft_set_iter * iter,struct nft_elem_priv * elem_priv) nft_mapelem_activate() argument
5858 nft_map_catchall_activate(const struct nft_ctx * ctx,struct nft_set * set) nft_map_catchall_activate() argument
5875 nft_map_activate(const struct nft_ctx * ctx,struct nft_set * set) nft_map_activate() argument
5889 nf_tables_activate_set(const struct nft_ctx * ctx,struct nft_set * set) nf_tables_activate_set() argument
5902 nf_tables_deactivate_set(const struct nft_ctx * ctx,struct nft_set * set,struct nft_set_binding * binding,enum nft_trans_phase phase) nf_tables_deactivate_set() argument
5942 nf_tables_destroy_set(const struct nft_ctx * ctx,struct nft_set * set) nf_tables_destroy_set() argument
6009 nft_set_elem_expr_dump(struct sk_buff * skb,const struct nft_set * set,const struct nft_set_ext * ext,bool reset) nft_set_elem_expr_dump() argument
6047 nf_tables_fill_setelem(struct sk_buff * skb,const struct nft_set * set,const struct nft_elem_priv * elem_priv,bool reset) nf_tables_fill_setelem() argument
6141 nf_tables_dump_setelem(const struct nft_ctx * ctx,struct nft_set * set,const struct nft_set_iter * iter,struct nft_elem_priv * elem_priv) nf_tables_dump_setelem() argument
6170 const struct nft_set *set; global() member
6176 nft_set_catchall_dump(struct net * net,struct sk_buff * skb,const struct nft_set * set,bool reset,unsigned int base_seq) nft_set_catchall_dump() argument
6205 struct nft_set *set; nf_tables_dump_set() local
6327 nf_tables_fill_setelem_info(struct sk_buff * skb,const struct nft_ctx * ctx,u32 seq,u32 portid,int event,u16 flags,const struct nft_set * set,const struct nft_elem_priv * elem_priv,bool reset) nf_tables_fill_setelem_info() argument
6364 nft_setelem_parse_flags(const struct nft_set * set,const struct nlattr * attr,u32 * flags) nft_setelem_parse_flags() argument
6383 nft_setelem_parse_key(struct nft_ctx * ctx,const struct nft_set * set,struct nft_data * key,struct nlattr * attr) nft_setelem_parse_key() argument
6395 nft_setelem_parse_data(struct nft_ctx * ctx,struct nft_set * set,struct nft_data_desc * desc,struct nft_data * data,struct nlattr * attr) nft_setelem_parse_data() argument
6416 nft_setelem_catchall_get(const struct net * net,const struct nft_set * set) nft_setelem_catchall_get() argument
6436 nft_setelem_get(struct nft_ctx * ctx,const struct nft_set * set,struct nft_set_elem * elem,u32 flags) nft_setelem_get() argument
6455 nft_get_set_elem(struct nft_ctx * ctx,const struct nft_set * set,const struct nlattr * attr,bool reset) nft_get_set_elem() argument
6523 struct nft_set *set; nft_set_dump_ctx_init() local
6648 nf_tables_setelem_notify(const struct nft_ctx * ctx,const struct nft_set * set,const struct nft_elem_priv * elem_priv,int event) nf_tables_setelem_notify() argument
6685 nft_trans_elem_alloc(const struct nft_ctx * ctx,int msg_type,struct nft_set * set) nft_trans_elem_alloc() argument
6702 nft_set_elem_expr_alloc(const struct nft_ctx * ctx,const struct nft_set * set,const struct nlattr * attr) nft_set_elem_expr_alloc() argument
6749 nft_set_elem_init(const struct nft_set * set,const struct nft_set_ext_tmpl * tmpl,const u32 * key,const u32 * key_end,const u32 * data,u64 timeout,u64 expiration,gfp_t gfp) nft_set_elem_init() argument
6820 __nft_set_elem_destroy(const struct nft_ctx * ctx,const struct nft_set * set,const struct nft_elem_priv * elem_priv,bool destroy_expr) __nft_set_elem_destroy() argument
6838 nft_set_elem_destroy(const struct nft_set * set,const struct nft_elem_priv * elem_priv,bool destroy_expr) nft_set_elem_destroy() argument
6869 nf_tables_set_elem_destroy(const struct nft_ctx * ctx,const struct nft_set * set,const struct nft_elem_priv * elem_priv) nf_tables_set_elem_destroy() argument
6889 nft_set_elem_expr_clone(const struct nft_ctx * ctx,struct nft_set * set,struct nft_expr * expr_array[]) nft_set_elem_expr_clone() argument
6960 nft_set_catchall_lookup(const struct net * net,const struct nft_set * set) nft_set_catchall_lookup() argument
6979 nft_setelem_catchall_insert(const struct net * net,struct nft_set * set,const struct nft_set_elem * elem,struct nft_elem_priv ** priv) nft_setelem_catchall_insert() argument
7006 nft_setelem_insert(const struct net * net,struct nft_set * set,const struct nft_set_elem * elem,struct nft_elem_priv ** elem_priv,unsigned int flags) nft_setelem_insert() argument
7021 nft_setelem_is_catchall(const struct nft_set * set,const struct nft_elem_priv * elem_priv) nft_setelem_is_catchall() argument
7033 nft_setelem_activate(struct net * net,struct nft_set * set,struct nft_elem_priv * elem_priv) nft_setelem_activate() argument
7045 nft_trans_elem_update(const struct nft_set * set,const struct nft_trans_one_elem * elem) nft_trans_elem_update() argument
7078 nft_setelem_catchall_deactivate(const struct net * net,struct nft_set * set,struct nft_set_elem * elem) nft_setelem_catchall_deactivate() argument
7099 __nft_setelem_deactivate(const struct net * net,struct nft_set * set,struct nft_set_elem * elem) __nft_setelem_deactivate() argument
7116 nft_setelem_deactivate(const struct net * net,struct nft_set * set,struct nft_set_elem * elem,u32 flags) nft_setelem_deactivate() argument
7136 nft_setelem_catchall_remove(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_setelem_catchall_remove() argument
7150 nft_setelem_remove(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_setelem_remove() argument
7179 nft_setelem_valid_key_end(const struct nft_set * set,struct nlattr ** nla,u32 flags) nft_setelem_valid_key_end() argument
7198 nft_set_maxsize(const struct nft_set * set) nft_set_maxsize() argument
7219 nft_add_set_elem(struct nft_ctx * ctx,struct nft_set * set,const struct nlattr * attr,u32 nlmsg_flags) nft_add_set_elem() argument
7636 struct nft_set *set; nf_tables_newsetelem() local
7704 nft_setelem_active_next(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_setelem_active_next() argument
7714 nft_setelem_data_activate(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_setelem_data_activate() argument
7726 nft_setelem_data_deactivate(const struct net * net,const struct nft_set * set,struct nft_elem_priv * elem_priv) nft_setelem_data_deactivate() argument
7786 nft_del_setelem(struct nft_ctx * ctx,struct nft_set * set,const struct nlattr * attr) nft_del_setelem() argument
7881 nft_setelem_flush(const struct nft_ctx * ctx,struct nft_set * set,const struct nft_set_iter * iter,struct nft_elem_priv * elem_priv) nft_setelem_flush() argument
7910 __nft_set_catchall_flush(const struct nft_ctx * ctx,struct nft_set * set,struct nft_elem_priv * elem_priv) __nft_set_catchall_flush() argument
7927 nft_set_catchall_flush(const struct nft_ctx * ctx,struct nft_set * set) nft_set_catchall_flush() argument
7949 nft_set_flush(struct nft_ctx * ctx,struct nft_set * set,u8 genmask) nft_set_flush() argument
7974 struct nft_set *set; nf_tables_delsetelem() local
10542 nft_trans_gc_alloc(struct nft_set * set,unsigned int gc_seq,gfp_t gfp) nft_trans_gc_alloc() argument
10587 struct nft_set *set; nft_trans_gc_queue_async() local
10610 struct nft_set *set; nft_trans_gc_queue_sync() local
10640 const struct nft_set *set = gc->set; nft_trans_gc_catchall_async() local
10667 const struct nft_set *set = gc->set; nft_trans_gc_catchall_sync() local
10853 struct nft_set *set, *next; nft_set_commit_update() local
11068 struct nft_set *set = nft_trans_set(trans); nf_tables_commit() local
11251 struct nft_set *set, *next; nft_set_abort_update() local
12020 struct nft_set *set, *ns; __nft_release_table() local
[all...]
H A Dnft_lookup.c19 struct nft_set *set; member
28 __nft_set_do_lookup(const struct net *net, const struct nft_set *set, in __nft_set_do_lookup()
70 nft_set_do_lookup(const struct net *net, const struct nft_set *set, in nft_set_do_lookup()
100 const struct nft_set *set = priv->set; in nft_lookup_eval() local
140 struct nft_set *set; in nft_lookup_init() local
H A Dnft_dynset.c16 struct nft_set *set; member
47 struct nft_elem_priv *nft_dynset_new(struct nft_set *set, in nft_dynset_new()
85 struct nft_set *set = priv->set; in nft_dynset_eval() local
127 nft_dynset_expr_alloc(const struct nft_ctx *ctx, const struct nft_set *set, in nft_dynset_expr_alloc()
169 struct nft_set *set; in nft_dynset_init() local
/linux/tools/lib/bpf/
H A Dstrset.c41 struct strset *set = calloc(1, sizeof(*set)); in strset__new() local
84 void strset__free(struct strset *set) in strset__free()
94 size_t strset__data_size(const struct strset *set) in strset__data_size()
99 const char *strset__data(const struct strset *set) in strset__data()
104 static void *strset_add_str_mem(struct strset *set, size_t add_sz) in strset_add_str_mem()
116 int strset__find_str(struct strset *set, const char *s) in strset__find_str()
142 int strset__add_str(struct strset *set, const char *s) in strset__add_str()
/linux/arch/m68k/include/asm/
H A Dsignal.h27 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
35 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
43 static inline int __const_sigismember(sigset_t *set, int _sig) in __const_sigismember()
49 static inline int __gen_sigismember(sigset_t *set, int _sig) in __gen_sigismember()
59 #define sigismember(set,sig) \ argument
/linux/include/linux/
H A Dsignal.h65 static inline void sigaddset(sigset_t *set, int _sig) in sigaddset()
74 static inline void sigdelset(sigset_t *set, int _sig) in sigdelset()
83 static inline int sigismember(sigset_t *set, int _sig) in sigismember()
94 static inline int sigisemptyset(sigset_t *set) in sigisemptyset()
205 static inline void sigfillset(sigset_t *set) in sigfillset()
220 static inline void sigaddsetmask(sigset_t *set, unsigned long mask) in sigaddsetmask()
225 static inline void sigdelsetmask(sigset_t *set, unsigned long mask) in sigdelsetmask()
230 static inline int sigtestsetmask(sigset_t *set, unsigned long mask) in sigtestsetmask()
235 static inline void siginitset(sigset_t *set, unsigned long mask) in siginitset()
248 static inline void siginitsetinv(sigset_t *set, unsigned long mask) in siginitsetinv()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c6 static void init_test_filter_set(struct test_filter_set *set) in init_test_filter_set()
12 static void free_test_filter_set(struct test_filter_set *set) in free_test_filter_set()
29 struct test_filter_set set; in test_parse_test_list() local
118 struct test_filter_set set; in test_parse_test_list_file() local
/linux/arch/x86/kernel/
H A Dsignal_64.c138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \ argument
144 #define unsafe_put_sigmask(set, frame, label) \ argument
166 sigset_t *set = sigmask_to_save(); in x64_setup_rt_frame() local
250 sigset_t set; in SYSCALL_DEFINE0() local
307 compat_sigset_t *set = (compat_sigset_t *) sigmask_to_save(); in x32_setup_rt_frame() local
368 sigset_t set; in COMPAT_SYSCALL_DEFINE0() local
H A Dsignal_32.c153 sigset_t set; in SYSCALL32_DEFINE0() local
178 sigset_t set; in SYSCALL32_DEFINE0() local
253 #define unsafe_put_sigcontext32(sc, fp, regs, set, label) \ argument
261 sigset32_t *set = (sigset32_t *) sigmask_to_save(); in ia32_setup_frame() local
332 sigset32_t *set = (sigset32_t *) sigmask_to_save(); in ia32_setup_rt_frame() local
/linux/arch/powerpc/kernel/
H A Dsignal_64.c109 #define unsafe_setup_sigcontext(sc, tsk, signr, set, handler, ctx_has_vsx_region, label)\ argument
115 struct task_struct *tsk, int signr, sigset_t *set, in __unsafe_setup_sigcontext()
209 int signr, sigset_t *set, unsigned long handler, in setup_tm_sigcontexts()
333 #define unsafe_restore_sigcontext(tsk, set, sig, sc, label) do { \ argument
337 static long notrace __unsafe_restore_sigcontext(struct task_struct *tsk, sigset_t *set, in __unsafe_restore_sigcontext()
660 sigset_t set; in SYSCALL_DEFINE3() local
748 sigset_t set; in SYSCALL_DEFINE0() local
857 int handle_rt_signal64(struct ksignal *ksig, sigset_t *set, in handle_rt_signal64()
/linux/arch/sh/boards/mach-se/7724/
H A Dirq.c44 struct fpga_irq set; in get_fpga_irq() local
73 struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); in disable_se7724_irq() local
81 struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); in enable_se7724_irq() local
95 struct fpga_irq set = get_fpga_irq(irq); in se7724_irq_demux() local
/linux/drivers/net/phy/
H A Dphy-core.c507 int phy_modify_changed(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in phy_modify_changed()
530 int __phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in __phy_modify()
551 int phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in phy_modify()
577 u16 mask, u16 set) in __phy_modify_mmd_changed()
610 u16 mask, u16 set) in phy_modify_mmd_changed()
635 u16 mask, u16 set) in __phy_modify_mmd()
658 u16 mask, u16 set) in phy_modify_mmd()
821 u16 mask, u16 set) in phy_modify_paged_changed()
844 u16 mask, u16 set) in phy_modify_paged()
/linux/include/soc/fsl/qe/
H A Ducc.h49 static inline int ucc_set_qe_mux_grant(unsigned int ucc_num, int set) in ucc_set_qe_mux_grant()
54 static inline int ucc_set_qe_mux_tsa(unsigned int ucc_num, int set) in ucc_set_qe_mux_tsa()
59 static inline int ucc_set_qe_mux_bkpt(unsigned int ucc_num, int set) in ucc_set_qe_mux_bkpt()
/linux/net/sched/
H A Dem_ipset.c22 struct xt_set_info *set = data; in em_ipset_change() local
43 const struct xt_set_info *set = (const void *) em->data; in em_ipset_destroy() local
55 const struct xt_set_info *set = (const void *) em->data; in em_ipset_match() local
/linux/arch/sh/boards/mach-x3proto/
H A Dilsel.c61 static void __ilsel_enable(ilsel_source_t set, unsigned int bit) in __ilsel_enable()
92 int ilsel_enable(ilsel_source_t set) in ilsel_enable()
122 int ilsel_enable_fixed(ilsel_source_t set, unsigned int level) in ilsel_enable_fixed()

12345678910>>...28