Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 42) sorted by relevance

12

/net/sctp/
A Dtsnmap.c57 void sctp_tsnmap_free(struct sctp_tsnmap *map) in sctp_tsnmap_free()
69 int sctp_tsnmap_check(const struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_check()
95 int sctp_tsnmap_mark(struct sctp_tsnmap *map, __u32 tsn, in sctp_tsnmap_mark()
142 static void sctp_tsnmap_iter_init(const struct sctp_tsnmap *map, in sctp_tsnmap_iter_init()
152 static int sctp_tsnmap_next_gap_ack(const struct sctp_tsnmap *map, in sctp_tsnmap_next_gap_ack()
190 void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_skip()
228 static void sctp_tsnmap_update(struct sctp_tsnmap *map) in sctp_tsnmap_update()
247 __u16 sctp_tsnmap_pending(struct sctp_tsnmap *map) in sctp_tsnmap_pending()
300 void sctp_tsnmap_renege(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_renege()
317 __u16 sctp_tsnmap_num_gabs(struct sctp_tsnmap *map, in sctp_tsnmap_num_gabs()
[all …]
/net/xdp/
A Dxskmap.c15 static struct xsk_map_node *xsk_map_node_alloc(struct xsk_map *map, in xsk_map_node_alloc()
35 struct xsk_map *map = node->map; in xsk_map_node_free() local
88 static u64 xsk_map_mem_usage(const struct bpf_map *map) in xsk_map_mem_usage()
96 static void xsk_map_free(struct bpf_map *map) in xsk_map_free()
121 static int xsk_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in xsk_map_gen_lookup()
141 static void *__xsk_map_lookup_elem(struct bpf_map *map, u32 key) in __xsk_map_lookup_elem()
151 static void *xsk_map_lookup_elem(struct bpf_map *map, void *key) in xsk_map_lookup_elem()
156 static void *xsk_map_lookup_elem_sys_only(struct bpf_map *map, void *key) in xsk_map_lookup_elem_sys_only()
222 static long xsk_map_delete_elem(struct bpf_map *map, void *key) in xsk_map_delete_elem()
242 static long xsk_map_redirect(struct bpf_map *map, u64 index, u64 flags) in xsk_map_redirect()
[all …]
A Dxsk.h33 struct xsk_map *map; member
/net/rds/
A Dcong.c109 struct rds_cong_map *map; in rds_cong_tree_walk() local
140 struct rds_cong_map *map; in rds_cong_from_addr() local
217 void rds_cong_queue_updates(struct rds_cong_map *map) in rds_cong_queue_updates()
253 void rds_cong_map_updated(struct rds_cong_map *map, uint64_t portmask) in rds_cong_map_updated()
299 void rds_cong_set_bit(struct rds_cong_map *map, __be16 port) in rds_cong_set_bit()
313 void rds_cong_clear_bit(struct rds_cong_map *map, __be16 port) in rds_cong_clear_bit()
327 static int rds_cong_test_bit(struct rds_cong_map *map, __be16 port) in rds_cong_test_bit()
351 struct rds_cong_map *map; in rds_cong_remove_socket() local
368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait()
402 struct rds_cong_map *map; in rds_cong_exit() local
[all …]
A Dtcp_recv.c113 struct rds_cong_map *map; in rds_tcp_cong_recv() local
/net/netfilter/ipset/
A Dip_set_bitmap_gen.h41 struct mtype *map = set->data; in mtype_gc_init() local
50 struct mtype *map = set->data; in mtype_ext_cleanup() local
61 struct mtype *map = set->data; in mtype_destroy() local
74 struct mtype *map = set->data; in mtype_flush() local
85 mtype_memsize(const struct mtype *map, size_t dsize) in mtype_memsize()
94 const struct mtype *map = set->data; in mtype_head() local
119 struct mtype *map = set->data; in mtype_test() local
133 struct mtype *map = set->data; in mtype_add() local
178 struct mtype *map = set->data; in mtype_del() local
206 struct mtype *map = set->data; in mtype_list() local
[all …]
A Dip_set_list_set.c53 struct list_set *map = set->data; in list_set_ktest() local
78 struct list_set *map = set->data; in list_set_kadd() local
98 struct list_set *map = set->data; in list_set_kdel() local
155 struct list_set *map = set->data; in list_set_del() local
166 struct list_set *map = set->data; in list_set_replace() local
176 struct list_set *map = set->data; in set_cleanup_entries() local
188 struct list_set *map = set->data; in list_set_utest() local
239 struct list_set *map = set->data; in list_set_uadd() local
321 struct list_set *map = set->data; in list_set_udel() local
353 struct list_set *map = set->data; in list_set_uadt() local
[all …]
A Dip_set_bitmap_port.c59 const struct bitmap_port *map, size_t dsize) in bitmap_port_do_test()
65 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test()
72 struct bitmap_port *map, u32 flags, size_t dsize) in bitmap_port_do_add()
79 struct bitmap_port *map) in bitmap_port_do_del()
85 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, in bitmap_port_do_list()
93 bitmap_port_do_head(struct sk_buff *skb, const struct bitmap_port *map) in bitmap_port_do_head()
131 struct bitmap_port *map = set->data; in bitmap_port_kadt() local
156 struct bitmap_port *map = set->data; in bitmap_port_uadt() local
231 init_map_port(struct ip_set *set, struct bitmap_port *map, in init_map_port()
252 struct bitmap_port *map; in bitmap_port_create() local
A Dip_set_bitmap_ip.c68 struct bitmap_ip *map, size_t dsize) in bitmap_ip_do_test()
74 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test()
80 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, in bitmap_ip_do_add()
87 bitmap_ip_do_del(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map) in bitmap_ip_do_del()
93 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, in bitmap_ip_do_list()
101 bitmap_ip_do_head(struct sk_buff *skb, const struct bitmap_ip *map) in bitmap_ip_do_head()
114 struct bitmap_ip *map = set->data; in bitmap_ip_kadt() local
133 struct bitmap_ip *map = set->data; in bitmap_ip_uadt() local
216 init_map_ip(struct ip_set *set, struct bitmap_ip *map, in init_map_ip()
253 struct bitmap_ip *map; in bitmap_ip_create() local
A Dip_set_bitmap_ipmac.c84 const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_do_test()
98 bitmap_ipmac_gc_test(u16 id, const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_gc_test()
119 struct bitmap_ipmac *map, int mode) in bitmap_ipmac_add_timeout()
144 struct bitmap_ipmac *map, u32 flags, size_t dsize) in bitmap_ipmac_do_add()
182 struct bitmap_ipmac *map) in bitmap_ipmac_do_del()
188 bitmap_ipmac_do_list(struct sk_buff *skb, const struct bitmap_ipmac *map, in bitmap_ipmac_do_list()
201 bitmap_ipmac_do_head(struct sk_buff *skb, const struct bitmap_ipmac *map) in bitmap_ipmac_do_head()
212 struct bitmap_ipmac *map = set->data; in bitmap_ipmac_kadt() local
244 const struct bitmap_ipmac *map = set->data; in bitmap_ipmac_uadt() local
299 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, in init_map_ipmac()
[all …]
/net/core/
A Dsock_map.c18 struct bpf_map map; member
70 struct bpf_map *map; in sock_map_get_from_fd() local
89 struct bpf_map *map; in sock_map_prog_detach() local
151 struct bpf_map *map = link->map; in sock_map_del_link() local
705 struct bpf_map *map; member
859 struct bpf_map map; member
1311 struct bpf_map *map; member
1562 struct bpf_map *map; in sock_map_bpf_prog_query() local
1711 struct bpf_map *map; member
1847 struct bpf_map *map; in sock_map_link_create() local
[all …]
A Dbpf_sk_storage.c35 static int bpf_sk_storage_del(struct sock *sk, struct bpf_map *map) in bpf_sk_storage_del()
65 static void bpf_sk_storage_map_free(struct bpf_map *map) in bpf_sk_storage_map_free()
75 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
98 static long bpf_fd_sk_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_sk_storage_update_elem()
174 struct bpf_map *map; in bpf_sk_storage_clone() local
393 BPF_CALL_2(bpf_sk_storage_delete_tracing, struct bpf_map *, map, in BPF_CALL_2() argument
465 const struct bpf_map *map) in diag_check_dup()
505 struct bpf_map *map = bpf_map_get(map_fd); in bpf_sk_storage_diag_alloc() local
690 struct bpf_map *map; member
787 struct bpf_map *map, struct sock *sk, in DEFINE_BPF_ITER_FUNC()
[all …]
A Dnetprio_cgroup.c95 struct netprio_map *map = rcu_dereference_rtnl(dev->priomap); in netprio_prio() local
115 struct netprio_map *map; in netprio_set_prio() local
A Dnet-sysfs.c961 struct rps_map *map; in show_rps_map() local
985 struct rps_map *old_map, *map; in netdev_rx_queue_set_rps_mask() local
1162 struct rps_map *map; in rx_queue_release() local
1739 struct xps_map *map; in xps_queue_show() local
/net/ceph/
A Dosdmap.c1125 struct ceph_osdmap *map; in ceph_osdmap_alloc() local
1143 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy()
1499 struct ceph_osdmap *map) in decode_new_primary_temp()
1539 struct ceph_osdmap *map) in decode_primary_affinity()
1569 struct ceph_osdmap *map) in decode_new_primary_affinity()
1651 struct ceph_osdmap *map) in decode_new_pg_upmap_items()
1658 struct ceph_osdmap *map) in decode_old_pg_upmap_items()
1667 struct ceph_osdmap *map) in osdmap_decode()
1819 struct ceph_osdmap *map; in ceph_osdmap_decode() local
1844 bool msgr2, struct ceph_osdmap *map) in decode_new_up_state_weight()
[all …]
A Ddebugfs.c59 struct ceph_osdmap *map = osdc->osdmap; in osdmap_show() local
/net/netfilter/
A Dnft_set_pipapo_avx2.c152 static int nft_pipapo_avx2_refill(int offset, unsigned long *map, in nft_pipapo_avx2_refill()
214 static int nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_2()
277 static int nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_4()
354 static int nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_8()
450 static int nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_12()
540 static int nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_32()
676 static int nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_1()
734 static int nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_2()
799 static int nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_4()
875 static int nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_8b_6()
[all …]
A Dnf_conntrack_proto_sctp.c151 unsigned long *map, in do_basic_checks()
341 unsigned long map[256 / sizeof(unsigned long)] = { 0 }; in nf_conntrack_sctp_packet() local
A Dnft_set_pipapo.h134 unsigned long map[]; member
/net/sunrpc/
A Drpcb_clnt.c156 struct rpcbind_args *map = data; in rpcb_map_release() local
456 struct rpcbind_args map = { in rpcb_register() local
487 struct rpcbind_args *map = msg->rpc_argp; in rpcb_register_inet4() local
513 struct rpcbind_args *map = msg->rpc_argp; in rpcb_register_inet6() local
534 struct rpcbind_args *map = msg->rpc_argp; in rpcb_unregister_all_protofamilies() local
591 struct rpcbind_args map = { in rpcb_v4_register() local
621 struct rpcbind_args *map, const struct rpc_procinfo *proc) in rpcb_call_async()
676 struct rpcbind_args *map; in rpcb_getport_async() local
797 struct rpcbind_args *map = data; in rpcb_getport_done() local
/net/ceph/crush/
A Dmapper.c42 int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size) in crush_find_rule()
413 static int is_out(const struct crush_map *map, in is_out()
453 static int crush_choose_firstn(const struct crush_map *map, in crush_choose_firstn()
646 static void crush_choose_indep(const struct crush_map *map, in crush_choose_indep()
851 void crush_init_workspace(const struct crush_map *map, void *v) in crush_init_workspace()
897 int crush_do_rule(const struct crush_map *map, in crush_do_rule()
A Dcrush.c108 void crush_destroy(struct crush_map *map) in crush_destroy()
/net/netlabel/
A Dnetlabel_mgmt.c149 struct netlbl_domaddr4_map *map; in netlbl_mgmt_add_common() local
196 struct netlbl_domaddr6_map *map; in netlbl_mgmt_add_common() local
/net/ethtool/
A Dbitset.c86 static bool ethnl_bitmap32_not_zero(const u32 *map, unsigned int start, in ethnl_bitmap32_not_zero()
153 static bool ethnl_bitmap32_test_bit(const u32 *map, unsigned int index) in ethnl_bitmap32_test_bit()
/net/atm/
A Dproc.c172 static const char *const map[] = { ATM_VS2TXT_MAP }; in vcc_state() local

Completed in 67 milliseconds

12