Searched refs:insert (Results 1 – 13 of 13) sorted by relevance
| /net/rds/ |
| A D | cong.c | 105 struct rds_cong_map *insert) in rds_cong_tree_walk() argument 126 if (insert) { in rds_cong_tree_walk() 127 rb_link_node(&insert->m_rb_node, parent, p); in rds_cong_tree_walk() 128 rb_insert_color(&insert->m_rb_node, &rds_cong_tree); in rds_cong_tree_walk()
|
| A D | rdma.c | 66 struct rds_mr *insert) in rds_mr_tree_walk() argument 84 if (insert) { in rds_mr_tree_walk() 85 rb_link_node(&insert->r_rb_node, parent, p); in rds_mr_tree_walk() 86 rb_insert_color(&insert->r_rb_node, root); in rds_mr_tree_walk() 87 kref_get(&insert->r_kref); in rds_mr_tree_walk()
|
| /net/netfilter/ |
| A D | nft_set_hash.c | 754 .insert = nft_rhash_insert, 775 .insert = nft_hash_insert, 794 .insert = nft_hash_insert,
|
| A D | nft_set_bitmap.c | 311 .insert = nft_bitmap_insert,
|
| A D | nft_set_pipapo.c | 2329 .insert = nft_pipapo_insert, 2353 .insert = nft_pipapo_insert,
|
| A D | nft_set_rbtree.c | 799 .insert = nft_rbtree_insert,
|
| A D | nf_conntrack_standalone.c | 459 st->insert, in ct_cpu_seq_show()
|
| A D | nf_conntrack_core.c | 934 NF_CT_STAT_INC(net, insert); in nf_conntrack_hash_check_insert()
|
| A D | nf_conntrack_netlink.c | 2530 nla_put_be32(skb, CTA_STATS_INSERT, htonl(st->insert)) || in ctnetlink_ct_stat_cpu_fill_info()
|
| A D | nf_tables_api.c | 6992 ret = set->ops->insert(net, set, elem, elem_priv); in nft_setelem_insert()
|
| /net/bridge/ |
| A D | br_fdb.c | 476 goto insert; in br_fdb_changeaddr() 480 insert: in br_fdb_changeaddr()
|
| /net/mptcp/ |
| A D | protocol.c | 231 goto insert; in mptcp_data_queue_ofo() 273 insert: in mptcp_data_queue_ofo()
|
| /net/ipv4/ |
| A D | tcp_input.c | 4979 goto insert; in tcp_data_queue_ofo() 5026 insert: in tcp_data_queue_ofo()
|
Completed in 83 milliseconds